Lines Matching refs:getLength
79 return (orValue1.getLength() > 0) && (orValue2.getLength() > 0); in separatePair()
91 if( rValue.getLength() == 0 ) in decodePercent()
99 if( nEndPos == rValue.getLength() ) in decodePercent()
102 if( (nEndPos + 1 == rValue.getLength()) && (rValue[ nEndPos ] == '%') ) in decodePercent()
113 if( rValue.getLength() == 0 ) in decodeMeasureToEmu()
132 if( (0 < nEndPos) && (nEndPos < rValue.getLength()) ) in decodeMeasureToEmu()
138 if( aUnit.getLength() == 2 ) in decodeMeasureToEmu()
158 else if( (aUnit.getLength() == 1) && (aUnit[ 0 ] == '%') ) in decodeMeasureToEmu()
162 …else if( bDefaultAsPixel || (aUnit.getLength() > 0) ) // default as EMU and no unit -> do nothing in decodeMeasureToEmu()
201 if( (aColorName.getLength() == 7) && (aColorName[ 0 ] == '#') ) in decodeColor()
208 if( (aColorName.getLength() == 4) && (aColorName[ 0 ] == '#') ) in decodeColor()
230 …if( (aColorIndex.getLength() >= 3) && (aColorIndex[ 0 ] == '[') && (aColorIndex[ aColorIndex.getLe… in decodeColor()
232 aDmlColor.setPaletteClr( aColorIndex.copy( 1, aColorIndex.getLength() - 2 ).toInt32() ); in decodeColor()
241 … <= nOpenParen) && (nOpenParen + 1 < nCloseParen) && (nCloseParen + 1 == aColorIndex.getLength()) ) in decodeColor()
550 if( moBitmapPath.has() && moBitmapPath.get().getLength() > 0 ) in pushToPropMap()