Searched refs:bHasHeight (Results 1 – 4 of 4) sorted by relevance
138 bool bHasHeight=false; in StartElement() local193 bHasHeight = true; in StartElement()205 else if( bHasHeight && bHasWidth ) in StartElement()
420 const bool bHasHeight(!basegfx::fTools::equalZero(getWaveHeight())); in create2DDecomposition() local422 if(bHasWidth && bHasHeight) in create2DDecomposition()
520 bool bHasHeight = aShapeRect.Height > 0; in convertAndInsert() local521 if( mbAreaObj ? (bHasWidth && bHasHeight) : (bHasWidth || bHasHeight) ) in convertAndInsert()
3464 const bool bHasHeight(!fTools::equalZero(fWaveHeight)); in createWaveline() local3468 if(bHasHeight) in createWaveline()
Completed in 35 milliseconds