Searched refs:rScriptSpace (Results 1 – 3 of 3) sorted by relevance
2919 void DocxAttributeOutput::ParaScriptSpace( const SfxBoolItem& rScriptSpace ) in ParaScriptSpace() argument2923 switch ( rScriptSpace.Which( ) ) in ParaScriptSpace()2939 FSNS( XML_w, XML_val ), rScriptSpace.GetValue( ) ? "true": "false", in ParaScriptSpace()
2773 void RtfAttributeOutput::ParaScriptSpace( const SfxBoolItem& rScriptSpace ) in ParaScriptSpace() argument2777 if (!rScriptSpace.GetValue( )) in ParaScriptSpace()2779 switch ( rScriptSpace.Which( ) ) in ParaScriptSpace()
3065 void WW8AttributeOutput::ParaScriptSpace( const SfxBoolItem& rScriptSpace ) in ParaScriptSpace() argument3069 switch ( rScriptSpace.Which() ) in ParaScriptSpace()3083 m_rWW8Export.pO->Insert( rScriptSpace.GetValue() ? 1 : 0, in ParaScriptSpace()
Completed in 68 milliseconds