Searched refs:GETGRIDWIDTH (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 1019 const sal_uInt16 nGridWidth = GETGRIDWIDTH(pGrid, pDoc); in DrawText() 1110 long nGridWidthAdd = GETGRIDWIDTH(pGrid, pDoc); in DrawText() 1926 const sal_uInt16 nGridWidth = GETGRIDWIDTH(pGrid, pDoc); in GetTextSize() 1970 long nGridWidthAdd = GETGRIDWIDTH(pGrid, pDoc); in GetTextSize() 2214 const sal_uInt16 nGridWidth = GETGRIDWIDTH(pGrid, pDoc); in GetCrsrOfst() 2244 long nGridWidthAdd = GETGRIDWIDTH(pGrid, pDoc); in GetCrsrOfst() 2474 const sal_uInt16 nGridWidth = GETGRIDWIDTH(pGrid, pDoc); in GetTxtBreak() 2510 long nGridWidthAdd = GETGRIDWIDTH(pGrid, pDoc); in GetTxtBreak()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | pagefrm.hxx | 534 #define GETGRIDWIDTH( pGrid , pDoc ) pDoc->IsSquaredPageMode() ? \ macro
|
/aoo41x/main/sw/source/core/text/ |
H A D | itrform2.cxx | 419 GETGRIDWIDTH(pGrid,pDoc) : 0; //for textgrid refactor in BuildPortions()
|
H A D | txtfly.cxx | 619 const sal_uInt16 nGridWidth = GETGRIDWIDTH( pGrid, pDoc); //for textgrid refactor in CalcFlyWidth()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 152 nBorder = nSize % (GETGRIDWIDTH(pGrid, pDoc)); in Format()
|
H A D | paintfrm.cxx | 5005 long nGridWidth = GETGRIDWIDTH(pGrid,pDoc); //for textgrid refactor in PaintGrid()
|
Completed in 68 milliseconds