Home
last modified time | relevance | path

Searched refs:bOmitEmpty (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmloff/inc/
H A Dtxtflde.hxx282 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
/aoo42x/main/xmloff/source/text/
H A Dtxtflde.cxx2471 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 20 milliseconds