Home
last modified time | relevance | path

Searched refs:aFrom (Results 1 – 14 of 14) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DClipping.cxx241 drawing::Position3D aFrom; in clipPolygonAtRectangle() local
256 aFrom = getPointFromPoly(rPolygon,nOldPoint-1,nOldPolyIndex); in clipPolygonAtRectangle()
258 if( lcl_clip2d_(aFrom, aTo, rRectangle) ) in clipPolygonAtRectangle()
261 if(aFrom == aLast) in clipPolygonAtRectangle()
263 if( !(aTo==aFrom) ) in clipPolygonAtRectangle()
276 … lcl_addPointToPoly( aResult, aFrom, nNewPolyIndex, aResultPointCount, nOldPointCount ); in clipPolygonAtRectangle()
277 if( !(aTo==aFrom) ) in clipPolygonAtRectangle()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx2957 if( (aFrom.nMonth == 2) && (aFrom.nDay == 30) ) in getDiff()
2958 aFrom.nDay = ::DaysInMonth( 2, aFrom.nYear ); in getDiff()
2964 if( (aFrom.nYear < aTo.nYear) || ((aFrom.nYear == aTo.nYear) && (aFrom.nMonth < aTo.nMonth)) ) in getDiff()
2967 nDiff = aFrom.getDaysInMonth() - aFrom.nDay + 1; in getDiff()
2968 aFrom.nOrigDay = aFrom.nDay = 1; in getDiff()
2975 nDiff += aFrom.getDaysInMonthRange( aFrom.nMonth, 12 ); in getDiff()
2976 aFrom.addMonths( 13 - aFrom.nMonth ); in getDiff()
2979 nDiff += aFrom.getDaysInYearRange( aFrom.nYear, aTo.nYear - 1 ); in getDiff()
2980 aFrom.addYears( aTo.nYear - aFrom.nYear ); in getDiff()
2984 nDiff += aFrom.getDaysInMonthRange( aFrom.nMonth, aTo.nMonth - 1 ); in getDiff()
[all …]
/trunk/main/udkapi/com/sun/star/script/
H A DXTypeConverter.idl59 /** Converts the value <code>aFrom</code> to the specified type
63 @param aFrom
71 [in] any aFrom,
76 /** Converts the value <code>aFrom</code> to the specified simple type
84 @param aFrom
92 [in] any aFrom,
/trunk/main/cppu/source/uno/
H A Dlbmap.cxx186 Environment aFrom; member
217 static_cast< uno_Mediate_Mapping * >( pMapping )->aFrom.get(), in mediate_acquire()
275 , aFrom( rFrom_ ) in uno_Mediate_Mapping()
520 Environment aFrom( pFrom ), aTo( pTo ); in uno_getMapping() local
532 getMappingName( aFrom, aTo, aAddPurpose ) ) ); in uno_getMapping()
563 aRet = loadExternalMapping( aFrom, aTo, aAddPurpose ); // direct try in uno_getMapping()
565 aRet = getMediateMapping( aFrom, aTo, aAddPurpose ); // try via uno in uno_getMapping()
/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx335 OptionalValueType aFrom; in createFromToByActivity() local
346 aFrom.reset(aTmpValue); in createFromToByActivity()
365 aFrom, in createFromToByActivity()
/trunk/main/starmath/source/
H A Dview.cxx566 Point aFrom, aTo; in Paint() local
570 aFrom = aRect.BottomLeft(); aTo = aRect.BottomRight(); in Paint()
575 aFrom = aRect.TopLeft(); aTo = aRect.TopRight(); in Paint()
580 aFrom = aRect.TopRight(); aTo = aRect.BottomRight(); in Paint()
585 aFrom = aRect.TopLeft(); aTo = aRect.BottomLeft(); in Paint()
592 DrawLine( aFrom, aTo ); in Paint()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx803 OUString aFrom, aBy, aTo, aValues; in init_node() local
1022 aFrom = rValue; in init_node()
1274 if( aFrom.getLength() ) in init_node()
1275 xAnimate->setFrom( mpHelper->convertValue( meAttributeName, aFrom ) ); in init_node()
/trunk/main/vcl/source/window/
H A Dstatus.cxx513 Point aFrom( aRect.TopLeft() ); in ImplDrawItem() local
514 aFrom.X()--; in ImplDrawItem()
515 aFrom.Y()++; in ImplDrawItem()
521 aDecoView.DrawSeparator( aFrom, aTo ); in ImplDrawItem()
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx615 void TimeNode::setFrom( const Any & aFrom ) in setFrom() argument
617 maNodeProperties[ NP_FROM ] = aFrom; in setFrom()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx2782 String aFrom( GetFull() ); in MoveTo() local
2785 FSysRedirector::DoRedirect(aFrom); in MoveTo()
2794 ByteString bFrom(aFrom, osl_getThreadTextEncoding()); in MoveTo()
2854 if ( ( aFrom != aTo ) && ( 0 != rename( bFrom.GetBuffer(), bTo.GetBuffer() ) ) ) in MoveTo()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1633 Any aFrom( xAnimate->getFrom() ); in exportAnimate() local
1647 if ( aFrom.hasValue() ) in exportAnimate()
1658 if ( aFrom.hasValue() ) in exportAnimate()
1659 exportAnimProperty( rStrm, 2, aFrom, TRANSLATE_NUMBER_TO_STRING | TRANSLATE_MEASURE ); in exportAnimate()
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx306 virtual Any SAL_CALL convertTo( const Any& aFrom, const Type& DestinationType )
308 virtual Any SAL_CALL convertToSimpleType( const Any& aFrom, TypeClass aDestinationType )
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3234 …INetURLObject aFrom( OStringToOUString( *font_it, aEncoding ), INET_PROT_FILE, INetURLObject::ENCO… in importFonts() local
3236 aTo.Append( aFrom.GetName() ); in importFonts()
3252 if( aFrom.getExtension().equalsIgnoreAsciiCaseAscii( "pfa" ) || in importFonts()
3253 aFrom.getExtension().equalsIgnoreAsciiCaseAscii( "pfb" ) ) in importFonts()
3255 INetURLObject aFromAfm( aFrom ); in importFonts()
3302 ByteString aFromPath( String(aFrom.PathToFileName()), in importFonts()
3309 …nError = File::copy( aFrom.GetMainURL(INetURLObject::DECODE_TO_IURI), aTo.GetMainURL(INetURLObject… in importFonts()
/trunk/main/oox/inc/oox/ppt/
H A Dtimenode.hxx74 void setFrom( const ::com::sun::star::uno::Any & aFrom );

Completed in 146 milliseconds