Searched refs:GetGraphicOrientation (Results 1 – 8 of 8) sorted by relevance
610 ( 0 != aFmt.GetGraphicOrientation() ? 2 : 0 ); in Store()619 if( aFmt.GetGraphicOrientation() ) in Store()621 sal_uInt16 nVersion = aFmt.GetGraphicOrientation()->GetVersion( SOFFICE_FILEFORMAT_50 ); in Store()623 aFmt.GetGraphicOrientation()->Store( rStream, nVersion ); in Store()
1671 const SwFmtVertOrient* pOrient = rFmt.GetGraphicOrientation(); in GetNumberingRuleByIndex()2188 if(aFmt.GetGraphicOrientation()) in SetNumberingRuleByIndex()2189 pSetVOrient = (SwFmtVertOrient*)aFmt.GetGraphicOrientation()->Clone(); in SetNumberingRuleByIndex()2233 if(!pSetVOrient && aFmt.GetGraphicOrientation()) in SetNumberingRuleByIndex()2234 pSetVOrient = new SwFmtVertOrient(*aFmt.GetGraphicOrientation()); in SetNumberingRuleByIndex()
95 const SwFmtVertOrient* GetGraphicOrientation() const;
497 rNumFmt.GetGraphicOrientation(), in NewNumberPortion()
892 rNumFmt.GetGraphicOrientation() ); in OutHTML_NumBulListStart()
1119 rNumFmt.GetGraphicSize(), rNumFmt.GetGraphicOrientation() ); in OutHTML_SwFmt()
259 pFirstOrient = aNumFmtArr[nLvl]->GetGraphicOrientation(); in InitControls()
481 const SwFmtVertOrient* SwNumFmt::GetGraphicOrientation() const in GetGraphicOrientation() function in SwNumFmt