Searched defs:getMaxCharPos (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/vcl/inc/ | ||
H A D | graphite_serverfont.hxx | 90 int getMaxCharPos() const { return mnEndCharPos; } in getMaxCharPos() function in GraphiteServerFontLayout |
/aoo42x/main/vcl/unx/generic/gdi/ | ||
H A D | pspgraphics.cxx | 685 int getMaxCharPos() const { return mnMinCharPos+maText.getLength()-1; } in getMaxCharPos() function in PspServerFontLayout |
/aoo42x/main/vcl/unx/headless/ | ||
H A D | svppspgraphics.cxx | 626 int getMaxCharPos() const { return mnMinCharPos+maText.getLength()-1; } in getMaxCharPos() function in PspServerFontLayout |
Completed in 56 milliseconds