Home
last modified time | relevance | path

Searched refs:bPapFmt (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sw/source/filter/ww8/
H A Dww8atr.cxx277 void MSWordExportBase::OutputItemSet( const SfxItemSet& rSet, bool bPapFmt, bool bChpFmt, sal_uInt1… in OutputItemSet() argument
286 if ( bPapFmt && SFX_ITEM_SET == rSet.GetItemState( RES_FRAMEDIR, bExportParentItemSet ) ) in OutputItemSet()
299 …if ( bPapFmt && SFX_ITEM_SET == rSet.GetItemState( RES_PARATR_NUMRULE, bExportParentItemSet, &pIte… in OutputItemSet()
318 if ( bPapFmt ) in OutputItemSet()
758 void MSWordExportBase::OutputFormat( const SwFmt& rFmt, bool bPapFmt, bool bChpFmt, bool bFlyFmt ) in OutputFormat() argument
768 if( bPapFmt ) in OutputFormat()
796 OutputItemSet( aSet, bPapFmt, bChpFmt, in OutputFormat()
814 OutputItemSet( aSet, bPapFmt, bChpFmt, in OutputFormat()
870 OutputItemSet( rFmt.GetAttrSet(), bPapFmt, bChpFmt, in OutputFormat()
H A Dww8attributeoutput.hxx139 virtual void StartStyle( const String& rName, bool bPapFmt,
H A Dattributeoutputbase.hxx253 virtual void StartStyle( const String& rName, bool bPapFmt,
H A Drtfattributeoutput.hxx176 virtual void StartStyle( const String& rName, bool bPapFmt,
H A Ddocxattributeoutput.hxx175 virtual void StartStyle( const String& rName, bool bPapFmt,
H A Dwrtww8.hxx614 …void OutputItemSet( const SfxItemSet& rSet, bool bPapFmt, bool bChpFmt, sal_uInt16 nScript, bool b…
667 void OutputFormat( const SwFmt& rFmt, bool bPapFmt, bool bChpFmt, bool bFlyFmt = false );
H A Dwrtw8sty.cxx310 void WW8AttributeOutput::StartStyle( const String& rName, bool bPapFmt, sal_uInt16 nWwBase, in StartStyle() argument
322 nBit16 |= bPapFmt ? 1 : 2; // sgc in StartStyle()
326 nBit16 |= bPapFmt ? 2 : 1; // cupx in StartStyle()
H A Ddocxattributeoutput.cxx1734 void DocxAttributeOutput::StartStyle( const String& rName, bool bPapFmt, in StartStyle() argument
1740 FSNS( XML_w, XML_type ), bPapFmt? "paragraph": "character", // FIXME is this correct? in StartStyle()
H A Drtfattributeoutput.cxx1254 void RtfAttributeOutput::StartStyle( const String& rName, bool bPapFmt, in StartStyle() argument
1261 if (bPapFmt) in StartStyle()

Completed in 133 milliseconds