Searched refs:bTo (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/tools/source/fsys/ |
H A D | dirent.cxx | 2798 ByteString bTo(aTo, osl_getThreadTextEncoding()); in MoveTo() local 2800 bTo = GUI2FSYS(bTo); in MoveTo() 2807 DirEntry aToDevice(String(bTo,osl_getThreadTextEncoding())); in MoveTo() 2817 MoveFile( bFrom.GetBuffer(), bTo.GetBuffer() ); in MoveTo() 2828 DirEntry aKill(String(bTo, osl_getThreadTextEncoding())); in MoveTo() 2829 FileStat aKillStat(String(bTo, osl_getThreadTextEncoding())); in MoveTo() 2857 if ( ( aFrom != aTo ) && ( 0 != rename( bFrom.GetBuffer(), bTo.GetBuffer() ) ) ) in MoveTo() 2866 FILE *fpOUT = fopen( bTo.GetBuffer(), "w" ); in MoveTo() 2886 unlink( bTo.GetBuffer() ); in MoveTo()
|
/aoo4110/main/slideshow/source/engine/activities/ |
H A D | interpolation.hxx | 177 const bool& bTo, in lerp() argument 185 return nFrame < nTotalFrames/2 ? bFrom : bTo; in lerp()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 1259 …nMtfOutput::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rEnd, sal_Bool bTo ) in DrawArc() argument 1284 if ( bTo ) in DrawArc() 1414 void WinMtfOutput::DrawPolyLine( Polygon& rPolygon, sal_Bool bTo, sal_Bool bRecordPath ) in DrawPolyLine() argument 1419 if ( bTo ) in DrawPolyLine() 1435 void WinMtfOutput::DrawPolyBezier( Polygon& rPolygon, sal_Bool bTo, sal_Bool bRecordPath ) in DrawPolyBezier() argument 1443 if ( bTo ) in DrawPolyBezier()
|
Completed in 41 milliseconds