/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | hatchtextureprimitive3d.cxx | 58 std::vector< Primitive3DReference > aDestination; in impCreate3DDecomposition() local 85 aDestination.push_back(xReference); in impCreate3DDecomposition() 234 aDestination.push_back(xRef); in impCreate3DDecomposition() 245 aDestination.push_back(xReference); in impCreate3DDecomposition() 253 aDestination.push_back(xReference); in impCreate3DDecomposition() 259 const sal_uInt32 nDestSize(aDestination.size()); in impCreate3DDecomposition() 264 aRetval[b] = aDestination[b]; in impCreate3DDecomposition()
|
/aoo4110/main/autodoc/source/display/inc/toolkit/ |
H A D | htmlfactory.hxx | 50 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
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 846 Bitmap aDestination(aDestinationSize, 24); in impTransformBitmap() local 847 BitmapWriteAccess* pWrite = aDestination.AcquireWriteAccess(); in impTransformBitmap() 856 const Size aDestinationSizePixel(aDestination.GetSizePixel()); in impTransformBitmap() 896 rSource.AdaptBitCount(aDestination); in impTransformBitmap() 898 return aDestination; in impTransformBitmap() 913 …const Bitmap aDestination(impTransformBitmap(GetBitmap(), aDestinationSize, rTransformation, bSmoo… in TransformBitmapEx() local 921 return BitmapEx(aDestination, AlphaMask(aAlpha)); in TransformBitmapEx() 926 return BitmapEx(aDestination, aMask); in TransformBitmapEx() 930 return BitmapEx(aDestination); in TransformBitmapEx()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XCellRangeMovement.idl | 94 @param aDestination 101 [in] com::sun::star::table::CellAddress aDestination, 110 @param aDestination 117 [in] com::sun::star::table::CellAddress aDestination,
|
H A D | XSheetPastable.idl | 64 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,
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 447 ::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()
|
/aoo4110/main/l10ntools/source/ |
H A D | lngmerge.cxx | 209 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 D | export2.cxx | 591 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()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | sequenceashashmap.cxx | 234 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()
|
/aoo4110/main/framework/inc/classes/ |
H A D | filtercachedata.hxx | 655 … Filter& aDestination , 658 … FileType& aDestination , 661 … Detector& aDestination ); 663 … Loader& aDestination , 666 … ContentHandler& aDestination ,
|
/aoo4110/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 770 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()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | sequenceasvector.hxx | 210 void operator>>(::com::sun::star::uno::Any& aDestination) const in operator >>() 225 aDestination <<= lDestination; in operator >>()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | hyperlinkcontext.cxx | 95 OUString aDestination( aPPAct.copy( nIndex + 1 + sJump.getLength() ) ); in HyperLinkContext() local 97 sURL = sURL.concat( aDestination ); in HyperLinkContext()
|
/aoo4110/main/l10ntools/source/help/ |
H A D | compilehelp.hxx | 71 const rtl::OUString& aDestination,
|
H A D | HelpLinker.cxx | 1007 const rtl::OUString& aDestination, in compileExtensionHelp() argument 1030 rtl::OString aODestination = rtl::OUStringToOString(aDestination, fs::getThreadTextEncoding()); in compileExtensionHelp()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdoashp.hxx | 114 …SVX_DLLPRIVATE void DragMoveCustomShapeHdl( const Point aDestination, const sal_uInt16 nCustomShap…
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 2364 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()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 7329 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()
|
/aoo4110/main/automation/source/server/ |
H A D | statemnt.cxx | 3458 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()
|
/aoo4110/main/sc/inc/ |
H A D | cellsuno.hxx | 1084 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,
|