Searched refs:bOmitEmpty (Results 1 – 2 of 2) sorted by relevance
/trunk/main/xmloff/inc/ |
H A D | txtflde.hxx | 282 sal_Bool bOmitEmpty = sal_False, /// omit attribute, if value is empty 290 sal_Bool bOmitEmpty = sal_False, /// omit attribute, if value is empty 313 sal_Bool bOmitEmpty = sal_False, /// omit attribute, if value is empty
|
/trunk/main/xmloff/source/text/ |
H A D | txtflde.cxx | 2471 sal_Bool bOmitEmpty, in ProcessString() argument 2479 if ( bOmitEmpty && (sValue.getLength()==0) ) in ProcessString() 2489 sal_Bool bOmitEmpty, in ProcessString() argument 2494 ProcessString( eName, sQValue, bOmitEmpty, nPrefix ); in ProcessString() 2527 sal_Bool bOmitEmpty, in ProcessString() argument 2531 DBG_ASSERT( bOmitEmpty || (eValue != XML_TOKEN_INVALID), in ProcessString() 2537 if (bOmitEmpty && (eValue == XML_TOKEN_INVALID)) in ProcessString()
|
Completed in 30 milliseconds