Home
last modified time | relevance | path

Searched refs:aDestination (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2364 void SdrObjCustomShape::DragMoveCustomShapeHdl( const Point aDestination, const sal_uInt16 nCustomS… in DragMoveCustomShapeHdl() argument
2374 com::sun::star::awt::Point aPt( aDestination.X(), aDestination.Y() ); in DragMoveCustomShapeHdl()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx848 Bitmap aDestination(aDestinationSize, 24); in impTransformBitmap() local
849 BitmapWriteAccess* pWrite = aDestination.AcquireWriteAccess(); in impTransformBitmap()
858 const Size aDestinationSizePixel(aDestination.GetSizePixel()); in impTransformBitmap()
898 rSource.AdaptBitCount(aDestination); in impTransformBitmap()
900 return aDestination; in impTransformBitmap()
915 …const Bitmap aDestination(impTransformBitmap(GetBitmap(), aDestinationSize, rTransformation, bSmoo… in TransformBitmapEx() local
923 return BitmapEx(aDestination, AlphaMask(aAlpha)); in TransformBitmapEx()
928 return BitmapEx(aDestination, aMask); in TransformBitmapEx()
932 return BitmapEx(aDestination); in TransformBitmapEx()
/trunk/main/framework/inc/classes/
H A Dfiltercachedata.hxx655 … Filter& aDestination ,
658 … FileType& aDestination ,
661 … Detector& aDestination );
663 … Loader& aDestination ,
666 … ContentHandler& aDestination ,
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx447 ::std::vector< ::std::vector< SchXMLCell > > aDestination; in EndElement()
457 OSL_ASSERT( aDestination.empty()); in EndElement()
458 aDestination.reserve( mrTable.aData.size()); in EndElement()
459 … ::std::copy( mrTable.aData.begin(), mrTable.aData.end(), ::std::back_inserter( aDestination )); in EndElement()
460 OSL_ASSERT( !aDestination.empty()); in EndElement()
462 OSL_ASSERT( nDestinationIndex < aDestination.size()); in EndElement()
463 aDestination[ nDestinationIndex ] = mrTable.aData[ nSourceIndex ]; in EndElement()
470 ::std::copy( aDestination.begin(), aDestination.end(), mrTable.aData.begin()); in EndElement()
/trunk/main/svx/inc/svx/
H A Dsvdoashp.hxx114 …SVX_DLLPRIVATE void DragMoveCustomShapeHdl( const Point aDestination, const sal_uInt16 nCustomShap…
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx770 rtl::OUString aDestination( sBookmark.copy( sInteraction.getLength() + sJump.getLength() ) ); in GotoBookmark() local
771 if ( aDestination.match( String( RTL_CONSTASCII_USTRINGPARAM( "firstslide" ) ) ) ) in GotoBookmark()
775 else if ( aDestination.match( String( RTL_CONSTASCII_USTRINGPARAM( "lastslide" ) ) ) ) in GotoBookmark()
779 else if ( aDestination.match( String( RTL_CONSTASCII_USTRINGPARAM( "previousslide" ) ) ) ) in GotoBookmark()
785 else if ( aDestination.match( String( RTL_CONSTASCII_USTRINGPARAM( "nextslide" ) ) ) ) in GotoBookmark()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7329 void SAL_CALL ScTableSheetObj::moveRange( const table::CellAddress& aDestination, in moveRange() argument
7340 ScAddress aDestPos( (SCCOL)aDestination.Column, (SCROW)aDestination.Row, aDestination.Sheet ); in moveRange()
7346 void SAL_CALL ScTableSheetObj::copyRange( const table::CellAddress& aDestination, in copyRange() argument
7357 ScAddress aDestPos( (SCCOL)aDestination.Column, (SCROW)aDestination.Row, aDestination.Sheet ); in copyRange()
/trunk/main/sc/inc/
H A Dcellsuno.hxx1084 virtual void SAL_CALL moveRange( const ::com::sun::star::table::CellAddress& aDestination,
1087 virtual void SAL_CALL copyRange( const ::com::sun::star::table::CellAddress& aDestination,
/trunk/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx95 OUString aDestination( aPPAct.copy( nIndex + 1 + sJump.getLength() ) ); in HyperLinkContext() local
97 sURL = sURL.concat( aDestination ); in HyperLinkContext()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetPastable.idl64 void paste( [in] com::sun::star::table::CellAddress aDestination );
71 void pasteFormat( [in] com::sun::star::table::CellAddress aDestination,
81 void pasteCellRange( [in] com::sun::star::table::CellRangeAddress aDestination,
H A DXCellRangeMovement.idl94 @param aDestination
101 [in] com::sun::star::table::CellAddress aDestination,
110 @param aDestination
117 [in] com::sun::star::table::CellAddress aDestination,
/trunk/main/l10ntools/source/help/
H A Dcompilehelp.hxx71 const rtl::OUString& aDestination,
H A DHelpLinker.cxx1007 const rtl::OUString& aDestination, in compileExtensionHelp() argument
1030 rtl::OString aODestination = rtl::OUStringToOString(aDestination, fs::getThreadTextEncoding()); in compileExtensionHelp()
/trunk/main/l10ntools/source/
H A Dlngmerge.cxx209 SvFileStream aDestination( in Merge() local
212 if ( !aDestination.IsOpen()) { in Merge()
348 aDestination.WriteLine( *pLines->GetObject( i )); in Merge()
350 aDestination.Close(); in Merge()
H A Dexport2.cxx591 SvFileStream aDestination( sDestinationFile, STREAM_STD_WRITE | STREAM_TRUNC ); in ConvertLineEnds() local
592 if ( !aDestination.IsOpen()) { in ConvertLineEnds()
603 aDestination.WriteLine( sLine ); in ConvertLineEnds()
606 aDestination.WriteByteString( sLine ); in ConvertLineEnds()
610 aDestination.Close(); in ConvertLineEnds()
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx58 std::vector< Primitive3DReference > aDestination; in impCreate3DDecomposition() local
85 aDestination.push_back(xReference); in impCreate3DDecomposition()
249 aDestination.push_back(xRef); in impCreate3DDecomposition()
260 aDestination.push_back(xReference); in impCreate3DDecomposition()
268 aDestination.push_back(xReference); in impCreate3DDecomposition()
274 const sal_uInt32 nDestSize(aDestination.size()); in impCreate3DDecomposition()
279 aRetval[b] = aDestination[b]; in impCreate3DDecomposition()
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx234 css::uno::Any aDestination; in getAsConstAny() local
236 aDestination = css::uno::makeAny(getAsConstPropertyValueList()); in getAsConstAny()
238 aDestination = css::uno::makeAny(getAsConstNamedValueList()); in getAsConstAny()
239 return aDestination; in getAsConstAny()
/trunk/main/comphelper/inc/comphelper/
H A Dsequenceasvector.hxx210 void operator>>(::com::sun::star::uno::Any& aDestination) const in operator >>()
225 aDestination <<= lDestination; in operator >>()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3458 SvFileStream aDestination( aPath.GetFull(), STREAM_STD_READWRITE | STREAM_TRUNC ); in UnpackStorage() local
3459 (*xStream) >> aDestination; in UnpackStorage()
3460 if ( aDestination.GetError() != ERRCODE_NONE ) in UnpackStorage()
3465 aDestination.Close(); in UnpackStorage()
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dhtmlfactory.hxx50 Xml::Element & CurOut() const { return aDestination.Out(); } in CurOut()
53 OutputStack & Out() const { return aDestination; } in Out()
59 : pEnv(&io_rEnv) { if (o_pOut != 0) aDestination.Enter(*o_pOut); } in HtmlFactory()
64 mutable OutputStack aDestination; member in HtmlFactory

Completed in 197 milliseconds