Home
last modified time | relevance | path

Searched refs:aPathObj (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1110 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 …]
H A Dwinmtf.hxx463 WinMtfPathObj aPathObj; member
537 WinMtfPathObj aPathObj; member in WinMtfOutput
643 void ClearPath(){ aPathObj.Init(); }; in ClearPath()
644 void ClosePath(){ aPathObj.ClosePath(); }; in ClosePath()
645 const PolyPolygon& GetPathObj(){ return aPathObj; }; in GetPathObj()
/trunk/main/sfx2/source/doc/
H A Ddocinsert.cxx181 INetURLObject aPathObj( aPathSeq[i] ); in impl_FillURLList() local
182 String* pURL = new String( aPathObj.GetMainURL( INetURLObject::NO_DECODE ) ); in impl_FillURLList()
H A Ddocvor.cxx2389 INetURLObject aPathObj( aPaths[0] ); in IMPL_LINK() local
2390 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()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1267 INetURLObject aPathObj = aFileObj; in IMPL_STATIC_LINK() local
1268 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 62 milliseconds