Home
last modified time | relevance | path

Searched refs:GetPageWidth (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx1440 inline long SvxRuler::GetPageWidth() const in GetPageWidth() function in SvxRuler
2322 pLRSpaceItem->SetRight(GetPageWidth()-pRuler_Imp->lMaxRightLogic); in ApplyMargins()
2959 GetPageWidth() - ( in CalcMinMax()
3002 GetPageWidth() - GetRightMax() : GetPageWidth(); in CalcMinMax()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx749 sal_uInt32 GetPageWidth() const { return nPgWidth; } in GetPageWidth() function in wwSection
751 { return GetPageWidth() - GetPageLeft() - GetPageRight(); } in GetTextAreaWidth()
829 sal_uInt32 GetPageWidth() const;
H A Dww8graf2.cxx560 maSectionManager.GetPageWidth() - in ImportGraf()
H A Dww8par.cxx4032 bool bThisAndPreviousAreCompatible = ((aIter->GetPageWidth() == aPrev->GetPageWidth()) && in InsertSegments()
4058 …ol bThisAndNextAreCompatible = (aNext != aEnd) ? ((aIter->GetPageWidth() == aNext->GetPageWidth())… in InsertSegments()
H A Dww8graf.cxx2230 maSectionManager.GetPageWidth()); in MiserableRTLGraphicsHack()
2877 sal_uInt16 nTextAreaWidth = static_cast< sal_uInt16 >( maSectionManager.GetPageWidth() - in AddAutoAnchor()
H A Dww8par2.cxx327 sal_uInt32 wwSectionManager::GetPageWidth() const in GetPageWidth() function in wwSectionManager
329 return !maSegments.empty() ? maSegments.back().GetPageWidth() : 0; in GetPageWidth()
H A Dww8par6.cxx444 aSz.SetWidth(rSection.GetPageWidth()); in SetPage()
/trunk/main/svx/inc/svx/
H A Druler.hxx158 long GetPageWidth() const;
/trunk/main/svtools/inc/svtools/
H A Druler.hxx779 long GetPageWidth() const;
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx224 long GetPageWidth() const { return maPageInfo.mnPgwsxn; } in GetPageWidth() function in rtfSection
H A Dswparrtf.cxx583 aSz.SetWidth(rSection.GetPageWidth()); in SetPage()
592 SetCols(rFmt, rSection, static_cast< sal_uInt16 >(rSection.GetPageWidth() - in SetPage()
/trunk/main/svtools/source/control/
H A Druler.cxx3176 long Ruler::GetPageWidth() const { return mpData->nPageWidth; } in GetPageWidth() function in Ruler

Completed in 157 milliseconds