Searched refs:GetNextRun (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 271 while( rArgs.GetNextRun( &i, &j, &bHasRTL ) && !bHasRTL ) 303 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) )
|
/aoo4110/main/vcl/inc/ |
H A D | sallayout.hxx | 123 bool GetNextRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL );
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_layout.cxx | 421 if( !rArgs.GetNextRun( &nMinRunPos, &nEndRunPos, &bRightToLeft ) ) in operator ()()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 328 while( rArgs.GetNextRun( &i, &j, &bHasRTL ) && !bHasRTL ) 360 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) ) 1288 for( rArgs.ResetPos(); rArgs.GetNextRun( &nMin, &nEnd, &bRTL ); )
|
/aoo4110/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 734 bool ImplLayoutArgs::GetNextRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL ) in GetNextRun() function in ImplLayoutArgs 1800 while (rArgs.GetNextRun(&nRunStart, &nRunEnd, &bRtl)) in AdjustLayout()
|
Completed in 221 milliseconds