Lines Matching refs:nBytes
38 void lcl_xmloff_setAny( Any& rValue, sal_Int32 nValue, sal_Int8 nBytes ) in lcl_xmloff_setAny() argument
40 switch( nBytes ) in lcl_xmloff_setAny()
63 sal_Int8 nBytes ) in lcl_xmloff_getAny() argument
67 switch( nBytes ) in lcl_xmloff_getAny()
107 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
118 if( lcl_xmloff_getAny( rValue, nValue, nBytes ) ) in exportXML()
135 nBytes( nB ) in XMLNumberNonePropHdl()
141 nBytes( nB ) in XMLNumberNonePropHdl()
163 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
173 if( lcl_xmloff_getAny( rValue, nValue, nBytes ) ) in exportXML()
210 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
221 if( lcl_xmloff_getAny( rValue, nValue, nBytes ) ) in exportXML()
324 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
335 if( lcl_xmloff_getAny( rValue, nValue, nBytes ) ) in exportXML()
411 lcl_xmloff_setAny( rValue, 100-nValue, nBytes ); in importXML()
422 if( lcl_xmloff_getAny( rValue, nValue, nBytes ) ) in exportXML()
450 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
461 if( lcl_xmloff_getAny( rValue, nValue, nBytes ) ) in exportXML()
861 nBytes( nB ) in XMLNumberWithoutZeroPropHdl()
877 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
885 sal_Bool bRet = lcl_xmloff_getAny( rValue, nValue, nBytes ); in exportXML()