Searched refs:GetPageLeft (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par.hxx | 750 { return GetPageWidth() - GetPageLeft() - GetPageRight(); } in GetTextAreaWidth() 752 sal_uInt32 GetPageLeft() const { return nPgLeft; } in GetPageLeft() function in wwSection 826 sal_uInt32 GetPageLeft() const;
|
| H A D | ww8graf.cxx | 194 nDrawXOfs2 = static_cast< short >(nDrawXOfs2 - maSectionManager.GetPageLeft()); in ReadGrafStart() 202 nDrawXOfs2 = static_cast< short >(nDrawXOfs2 + maSectionManager.GetPageLeft()); in ReadGrafStart() 2227 maSectionManager.GetPageLeft(), in MiserableRTLGraphicsHack() 2877 maSectionManager.GetPageRight() - maSectionManager.GetPageLeft()); in AddAutoAnchor()
|
| H A D | ww8graf2.cxx | 558 maSectionManager.GetPageLeft()); in ImportGraf()
|
| H A D | ww8par6.cxx | 448 SvxLRSpaceItem(rSection.GetPageLeft(), rSection.GetPageRight(), 0, 0, RES_LR_SPACE)); in SetPage() 730 long nSectionLeft = rSection.GetPageLeft() - nPageLeft; in InsertSection() 2489 maSectionManager.GetPageLeft(), in StartApo()
|
| H A D | ww8par2.cxx | 316 sal_uInt32 wwSectionManager::GetPageLeft() const in GetPageLeft() function in wwSectionManager 3544 maSectionManager.GetPageLeft(), maSectionManager.GetTextAreaWidth(), in StartTable()
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | swparrtf.hxx | 226 long GetPageLeft() const { return maPageInfo.mnMarglsxn; } in GetPageLeft() function in rtfSection
|
| H A D | swparrtf.cxx | 587 SvxLRSpaceItem(rSection.GetPageLeft(), rSection.GetPageRight(), 0, 0, RES_LR_SPACE)); in SetPage() 592 rSection.GetPageLeft() - rSection.GetPageRight())); in SetPage()
|