Home
last modified time | relevance | path

Searched refs:bHasHeight (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx138 bool bHasHeight=false; in StartElement() local
193 bHasHeight = true; in StartElement()
205 else if( bHasHeight && bHasWidth ) in StartElement()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx420 const bool bHasHeight(!basegfx::fTools::equalZero(getWaveHeight())); in create2DDecomposition() local
422 if(bHasWidth && bHasHeight) in create2DDecomposition()
/aoo4110/main/oox/source/xls/
H A Ddrawingmanager.cxx520 bool bHasHeight = aShapeRect.Height > 0; in convertAndInsert() local
521 if( mbAreaObj ? (bHasWidth && bHasHeight) : (bHasWidth || bHasHeight) ) in convertAndInsert()
/aoo4110/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3464 const bool bHasHeight(!fTools::equalZero(fWaveHeight)); in createWaveline() local
3468 if(bHasHeight) in createWaveline()

Completed in 97 milliseconds