Lines Matching refs:getLength

254 	sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0;  in startElement()
258 if( ( rAttrName.getLength() >= 5 ) && in startElement()
260 ( rAttrName.getLength() == 5 || ':' == rAttrName[5] ) ) in startElement()
269 OUString aPrefix( ( rAttrName.getLength() == 5 ) in startElement()
287 if( rRepName.getLength() ) in startElement()
439 const sal_Int32 nAnyCount = aArguments.getLength(); in initialize()
481 if( sName.getLength() ) in initialize()
489 if( sRelPath.getLength() ) in initialize()
533 sal_Int16 nAttrCount = rAttrList.is() ? rAttrList->getLength() : 0; in ProcessAttrList()
847 const sal_Int32 nLen = rAttrValue.getLength(); in ProcessAttrList()
923 sal_Int32 nPos = rValue.getLength(); in ReplaceSingleInchWithIn()
941 while( nPos < rValue.getLength()-3 ) in ReplaceInchWithIn()
978 sal_Int32 nPos = rValue.getLength(); in ReplaceSingleInWithInch()
988 rValue = rValue.replaceAt( nPos, rValue.getLength() - nPos, in ReplaceSingleInWithInch()
1000 while( nPos < rValue.getLength()-1 ) in ReplaceInWithInch()
1031 sal_Int32 nLen = rName.getLength(); in EncodeStyleName()
1138 if( aBuffer.getLength() > (1<<15)-1 ) in EncodeStyleName()
1150 sal_Int32 nLen = rName.getLength(); in DecodeStyleName()
1212 sal_Int32 nLen = rValue.getLength(); in NegPercent()
1298 if( m_aExtPathPrefix.getLength() && rURI.getLength() ) in ConvertURIToOASIS()
1318 if( rURI.getLength() > 1 && '/' == rURI[1] ) in ConvertURIToOASIS()
1329 sal_Int32 nLen = rURI.getLength(); in ConvertURIToOASIS()
1368 if( rURI.getLength() ) in ConvertURIToOOo()
1379 m_aExtPathPrefix.getLength() ) ) in ConvertURIToOOo()
1382 rURI = rURI.copy( m_aExtPathPrefix.getLength() ); in ConvertURIToOOo()
1395 sal_Int32 nLen = rURI.getLength(); in ConvertURIToOOo()
1446 if( rDateTime.getLength() > 0 && in ConvertRNGDateTimeToISO()