Searched refs:bPapFmt (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8atr.cxx | 276 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 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 | wrtww8.hxx | 613 …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 D | wrtw8sty.cxx | 309 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 D | docxattributeoutput.hxx | 175 virtual void StartStyle( const String& rName, bool bPapFmt,
|
| 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 | 1246 void RtfAttributeOutput::StartStyle( const String& rName, bool bPapFmt, in StartStyle() argument 1253 if (bPapFmt) in StartStyle()
|