Lines Matching refs:getLength

193 	sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0;  in XMLTextFrameParam_Impl()
214 if (sName.getLength() && bFoundValue ) in XMLTextFrameParam_Impl()
254 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLTextFrameContourContext_Impl()
302 … && nWidth > 0 && nHeight > 0 && bPixelWidth == bPixelHeight && (bPath ? sD : sPoints).getLength()) in XMLTextFrameContourContext_Impl()
505 if( !sOrigName.getLength() || in SetNameForFrameFromPropSet()
506 (sName.getLength() && sOrigName != sName) ) in SetNameForFrameFromPropSet()
535 if( sURL.getLength() ) in Create()
542 else if( sHRef.getLength() ) in Create()
588 if(sHRef.getLength()) in Create()
642 if( sStyleName.getLength() ) in Create()
650 if( sStyleName.getLength() ) in Create()
750 OSL_ENSURE( sHRef.getLength() > 0 || xBase64Stream.is(), in Create()
754 if( sHRef.getLength() ) in Create()
904 sal_Int16 nAttrCount = rAttrList.is() ? rAttrList->getLength() : 0; in XMLTextFrameContext_Impl()
905 sal_Int16 nTotalAttrCount = nAttrCount + (rFrameAttrList.is() ? rFrameAttrList->getLength() : 0); in XMLTextFrameContext_Impl()
1068 const sal_Int32 nRotateLen(aRotate.getLength()); in XMLTextFrameContext_Impl()
1069 sal_Int32 nLen = sValue.getLength(); in XMLTextFrameContext_Impl()
1107 !sHRef.getLength() ) || in XMLTextFrameContext_Impl()
1108 ( XML_TEXT_FRAME_APPLET == nType && !sCode.getLength() ) || in XMLTextFrameContext_Impl()
1110 sHRef.getLength() == 0 && sMimeType.getLength() == 0 ) ) in XMLTextFrameContext_Impl()
1196 if( sFilterService.getLength() != 0 ) in CreateChildContext()
1230 if( sTrimmedChars.getLength() ) in Characters()
1260 Sequence< sal_Int8 > aBuffer( (sChars.getLength() / 4) * 3 ); in Characters()
1265 if( nCharsDecoded != sChars.getLength() ) in Characters()
1428 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLTextFrameContext()
1443 if( aStyleName.getLength() ) in XMLTextFrameContext()
1449 if ( pStyle && !pStyle->GetParentName().getLength() ) in XMLTextFrameContext()
1505 if( m_sTitle.getLength() ) in EndElement()
1509 if( m_sDesc.getLength() ) in EndElement()
1571 …for( sal_Int16 n = 0, nAttrCount = ( xAttrList.is() ? xAttrList->getLength() : 0 ); n < nAttrCount… in CreateChildContext()