Searched refs:rVisible (Results 1 – 8 of 8) sorted by relevance
116 void TableEdgeHdl::getPolyPolygon(basegfx::B2DPolyPolygon& rVisible, basegfx::B2DPolyPolygon& rInvi… in getPolyPolygon() argument121 rVisible.clear(); in getPolyPolygon()147 rVisible.append(aPolygon); in getPolyPolygon()
62 …void getPolyPolygon(basegfx::B2DPolyPolygon& rVisible, basegfx::B2DPolyPolygon& rInvisible, const …
520 void B3dTransformationSet::SetViewportRectangle(Rectangle& rRect, Rectangle& rVisible) in SetViewportRectangle() argument522 if(rRect != maViewportRectangle || rVisible != maVisibleRectangle) in SetViewportRectangle()525 maVisibleRectangle = rVisible; in SetViewportRectangle()
252 bool ScDPSaveGroupDimension::HasOnlyHidden( const ScStrCollection& rVisible ) in HasOnlyHidden() argument261 if ( rVisible.Search( &aSearch, nCollIndex ) ) in HasOnlyHidden()
81 void lcl_LimitRect( Rectangle& rRect, const Rectangle& rVisible ) in lcl_LimitRect() argument83 if ( rRect.Top() < rVisible.Top()-1 ) rRect.Top() = rVisible.Top()-1; in lcl_LimitRect()85 if ( rRect.Bottom() > rVisible.Bottom()+1 ) rRect.Bottom() = rVisible.Bottom()+1; in lcl_LimitRect()
110 bool HasOnlyHidden( const ScStrCollection& rVisible );
89 sal_Bool& rVisible, in ExtractToolbarParameters() argument108 rProp[i].Value >>= rVisible; in ExtractToolbarParameters()
186 void SetViewportRectangle(Rectangle& rRect, Rectangle& rVisible);
Completed in 43 milliseconds