Searched refs:aPathObj (Results 1 – 5 of 5) sorted by relevance
1110 if ( aPathObj.Count() ) in StrokeAndFillPath()1122 if ( aPathObj.Count() == 1 ) in StrokeAndFillPath()1132 sal_uInt16 i, nCount = aPathObj.Count(); in StrokeAndFillPath()1153 aPathObj.AddPoint( aDest ); in MoveTo()1165 aPathObj.AddPoint( aDest ); in LineTo()1345 aPathObj.AddPolygon( rPolygon ); in DrawPolygon()1393 aPathObj.AddPolyPolygon( rPolyPolygon ); in DrawPolyPolygon()1425 aPathObj.AddPolyLine( rPolygon ); in DrawPolyLine()1456 aPathObj.AddPolyLine( rPolygon ); in DrawPolyBezier()2163 pSave->aPathObj = aPathObj; in Push()[all …]
463 WinMtfPathObj aPathObj; member537 WinMtfPathObj aPathObj; member in WinMtfOutput643 void ClearPath(){ aPathObj.Init(); }; in ClearPath()644 void ClosePath(){ aPathObj.ClosePath(); }; in ClosePath()645 const PolyPolygon& GetPathObj(){ return aPathObj; }; in GetPathObj()
181 INetURLObject aPathObj( aPathSeq[i] ); in impl_FillURLList() local182 String* pURL = new String( aPathObj.GetMainURL( INetURLObject::NO_DECODE ) ); in impl_FillURLList()
2389 INetURLObject aPathObj( aPaths[0] ); in IMPL_LINK() local2390 aPathObj.setFinalSlash(); in IMPL_LINK()2394 aPathObj.Append( aPaths[i] ); in IMPL_LINK()2396 aPathObj.setName( aPaths[i] ); in IMPL_LINK()2397 String aPath = aPathObj.GetMainURL( INetURLObject::NO_DECODE ); in IMPL_LINK()
1267 INetURLObject aPathObj = aFileObj; in IMPL_STATIC_LINK() local1268 aPathObj.removeSegment(); in IMPL_STATIC_LINK()1270 … sal_Bool bFolder = pThis->m_aContent.isFolder( aPathObj.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_STATIC_LINK()
Completed in 274 milliseconds