Searched refs:bPapFmt (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 277 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 D | ww8attributeoutput.hxx | 139 virtual void StartStyle( const String& rName, bool bPapFmt,
|
H A D | attributeoutputbase.hxx | 253 virtual void StartStyle( const String& rName, bool bPapFmt,
|
H A D | rtfattributeoutput.hxx | 176 virtual void StartStyle( const String& rName, bool bPapFmt,
|
H A D | docxattributeoutput.hxx | 175 virtual void StartStyle( const String& rName, bool bPapFmt,
|
H A D | wrtww8.hxx | 614 …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 D | wrtw8sty.cxx | 310 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 D | docxattributeoutput.cxx | 1734 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 D | rtfattributeoutput.cxx | 1254 void RtfAttributeOutput::StartStyle( const String& rName, bool bPapFmt, in StartStyle() argument 1261 if (bPapFmt) in StartStyle()
|
Completed in 86 milliseconds