| LibreOffice Module vcl (master) 1
    | 
#include <TextLayoutCache.hxx>
| Public Member Functions | |
| Run (int32_t nStart_, int32_t nEnd_, UScriptCode nCode_) | |
| Public Attributes | |
| int32_t | nStart | 
| int32_t | nEnd | 
| UScriptCode | nCode | 
Definition at line 34 of file TextLayoutCache.hxx.
| 
 | inline | 
Definition at line 39 of file TextLayoutCache.hxx.
| UScriptCode vcl::text::Run::nCode | 
Definition at line 38 of file TextLayoutCache.hxx.
| int32_t vcl::text::Run::nEnd | 
Definition at line 37 of file TextLayoutCache.hxx.
Referenced by GenericSalLayout::LayoutText().
| int32_t vcl::text::Run::nStart | 
Definition at line 36 of file TextLayoutCache.hxx.
Referenced by GenericSalLayout::LayoutText().