Home
last modified time | relevance | path

Searched refs:rScriptSpace (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2919 void DocxAttributeOutput::ParaScriptSpace( const SfxBoolItem& rScriptSpace ) in ParaScriptSpace() argument
2923 switch ( rScriptSpace.Which( ) ) in ParaScriptSpace()
2939 FSNS( XML_w, XML_val ), rScriptSpace.GetValue( ) ? "true": "false", in ParaScriptSpace()
H A Drtfattributeoutput.cxx2773 void RtfAttributeOutput::ParaScriptSpace( const SfxBoolItem& rScriptSpace ) in ParaScriptSpace() argument
2777 if (!rScriptSpace.GetValue( )) in ParaScriptSpace()
2779 switch ( rScriptSpace.Which( ) ) in ParaScriptSpace()
H A Dww8atr.cxx3065 void WW8AttributeOutput::ParaScriptSpace( const SfxBoolItem& rScriptSpace ) in ParaScriptSpace() argument
3069 switch ( rScriptSpace.Which() ) in ParaScriptSpace()
3083 m_rWW8Export.pO->Insert( rScriptSpace.GetValue() ? 1 : 0, in ParaScriptSpace()

Completed in 65 milliseconds