Searched refs:GetPageLeft (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par.hxx | 751 { return GetPageWidth() - GetPageLeft() - GetPageRight(); } in GetTextAreaWidth() 753 sal_uInt32 GetPageLeft() const { return nPgLeft; } in GetPageLeft() function in wwSection 827 sal_uInt32 GetPageLeft() const;
|
H A D | ww8graf.cxx | 198 nDrawXOfs2 = static_cast< short >(nDrawXOfs2 - maSectionManager.GetPageLeft()); in ReadGrafStart() 206 nDrawXOfs2 = static_cast< short >(nDrawXOfs2 + maSectionManager.GetPageLeft()); in ReadGrafStart() 2231 maSectionManager.GetPageLeft(), in MiserableRTLGraphicsHack() 2886 maSectionManager.GetPageRight() - maSectionManager.GetPageLeft()); in AddAutoAnchor()
|
H A D | ww8graf2.cxx | 562 maSectionManager.GetPageLeft()); in ImportGraf()
|
H A D | ww8par6.cxx | 449 SvxLRSpaceItem(rSection.GetPageLeft(), rSection.GetPageRight(), 0, 0, RES_LR_SPACE)); in SetPage() 731 long nSectionLeft = rSection.GetPageLeft() - nPageLeft; in InsertSection() 2490 maSectionManager.GetPageLeft(), in StartApo()
|
H A D | ww8par2.cxx | 317 sal_uInt32 wwSectionManager::GetPageLeft() const in GetPageLeft() function in wwSectionManager 3516 maSectionManager.GetPageLeft(), maSectionManager.GetTextAreaWidth(), in StartTable()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | swparrtf.hxx | 227 long GetPageLeft() const { return maPageInfo.mnMarglsxn; } in GetPageLeft() function in rtfSection
|
H A D | swparrtf.cxx | 597 SvxLRSpaceItem(rSection.GetPageLeft(), rSection.GetPageRight(), 0, 0, RES_LR_SPACE)); in SetPage() 602 rSection.GetPageLeft() - rSection.GetPageRight())); in SetPage()
|
Completed in 152 milliseconds