Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx276 void MSWordExportBase::OutputItemSet( const SfxItemSet& rSet, bool bPapFmt, bool bChpFmt, sal_uInt1… in OutputItemSet() argument
285 if ( bPapFmt && SFX_ITEM_SET == rSet.GetItemState( RES_FRAMEDIR, bExportParentItemSet ) ) in OutputItemSet()
298 …if ( bPapFmt && SFX_ITEM_SET == rSet.GetItemState( RES_PARATR_NUMRULE, bExportParentItemSet, &pIte… in OutputItemSet()
317 if ( bPapFmt ) in OutputItemSet()
757 void MSWordExportBase::OutputFormat( const SwFmt& rFmt, bool bPapFmt, bool bChpFmt, bool bFlyFmt ) in OutputFormat() argument
767 if( bPapFmt ) in OutputFormat()
795 OutputItemSet( aSet, bPapFmt, bChpFmt, in OutputFormat()
813 OutputItemSet( aSet, bPapFmt, bChpFmt, in OutputFormat()
869 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 Dwrtww8.hxx613 …void OutputItemSet( const SfxItemSet& rSet, bool bPapFmt, bool bChpFmt, sal_uInt16 nScript, bool b…
666 void OutputFormat( const SwFmt& rFmt, bool bPapFmt, bool bChpFmt, bool bFlyFmt = false );
H A Dwrtw8sty.cxx309 void WW8AttributeOutput::StartStyle( const String& rName, bool bPapFmt, sal_uInt16 nWwBase, in StartStyle() argument
321 nBit16 |= bPapFmt ? 1 : 2; // sgc in StartStyle()
325 nBit16 |= bPapFmt ? 2 : 1; // cupx in StartStyle()
H A Ddocxattributeoutput.hxx175 virtual void StartStyle( const String& rName, bool bPapFmt,
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.cxx1246 void RtfAttributeOutput::StartStyle( const String& rName, bool bPapFmt, in StartStyle() argument
1253 if (bPapFmt) in StartStyle()