Home
last modified time | relevance | path

Searched refs:aCopy (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/vcl/source/app/
H A Dvclevent.cxx58 std::list<Link> aCopy( *this ); in Call() local
59 std::list<Link>::iterator aIter( aCopy.begin() ); in Call()
64 while ( aIter != aCopy.end() && ! aDel.IsDead() ) in Call()
72 while ( aIter != aCopy.end() ) in Call()
84 std::list<Link> aCopy( *this ); in Process() local
85 std::list<Link>::iterator aIter( aCopy.begin() ); in Process()
86 while ( aIter != aCopy.end() ) in Process()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx105 AnimationList aCopy (maAnimations); in Dispose() local
107 for (iAnimation=aCopy.begin(); iAnimation!=aCopy.end(); ++iAnimation) in Dispose()
241 AnimationList aCopy (maAnimations); in ProcessAnimations() local
243 for (iAnimation=aCopy.begin(); iAnimation!=aCopy.end(); ++iAnimation) in ProcessAnimations()
/trunk/main/framework/inc/framework/
H A Dpreventduplicateinteraction.hxx111 InteractionInfo(const InteractionInfo& aCopy) in InteractionInfo()
112 : m_aInteraction(aCopy.m_aInteraction) in InteractionInfo()
113 , m_nMaxCount (aCopy.m_nMaxCount ) in InteractionInfo()
114 , m_nCallCount (aCopy.m_nCallCount ) in InteractionInfo()
115 , m_xRequest (aCopy.m_xRequest ) in InteractionInfo()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx534 BitmapDeviceSharedPtr aCopy = in drawMask() local
538 aCopy->clear(aBgColor); in drawMask()
540 aCopy->drawMaskedColor( aFgColor, rSrc.getBitmap(), aSrcRect, B2IPoint() ); in drawMask()
544 m_aDevice->drawMaskedColor( aColor, aCopy, aSrcRect, aDestPoint, m_aClipMap ); in drawMask()
550 BitmapDeviceSharedPtr aCopy = in getBitmap() local
555 aCopy->drawBitmap( m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT ); in getBitmap()
558 pBitmap->setBitmap( aCopy ); in getBitmap()
/trunk/main/fpicker/source/win32/filepicker/
H A Dcomptr.hxx59 ComPtr(const ComPtr< T_INTERFACE, P_IID, P_CLSID >& aCopy) in ComPtr() argument
61 m_pInterface = aCopy.m_pInterface; in ComPtr()
138 T_INTERFACE* operator=(const ComPtr< T_INTERFACE, P_IID, P_CLSID >& aCopy) in operator =() argument
140 m_pInterface = aCopy.m_pInterface; in operator =()
/trunk/main/sal/inc/systools/win32/
H A Dcomptr.hxx59 ComPtr(const ComPtr< T_INTERFACE, P_IID, P_CLSID >& aCopy) in ComPtr() argument
61 m_pInterface = aCopy.m_pInterface; in ComPtr()
138 T_INTERFACE* operator=(const ComPtr< T_INTERFACE, P_IID, P_CLSID >& aCopy) in operator =() argument
140 m_pInterface = aCopy.m_pInterface; in operator =()
/trunk/main/sw/source/core/attr/
H A Dcellatr.cxx192 SwTblBoxFormula aCopy( *this ); in ChangeState() local
199 aCopy.PtrToBoxNm( &pTblNd->GetTable() ); in ChangeState()
201 &aCopy, in ChangeState()
202 &aCopy, in ChangeState()
/trunk/main/shell/source/unix/exec/
H A Dshellexec.cxx234 OStringBuffer aCopy(aTmp); in execute() local
236 aCopy.append(aDesktopEnvironment); in execute()
237 aCopy.append("-open-url"); in execute()
239 if ( 0 == access( aCopy.getStr(), X_OK) ) in execute()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx159 GrFeatureParser::GrFeatureParser(const GrFeatureParser & aCopy) in GrFeatureParser() argument
160 : maLang(aCopy.maLang), mbErrors(aCopy.mbErrors) in GrFeatureParser()
162 mnNumSettings = aCopy.getFontFeatures(maSettings); in GrFeatureParser()
/trunk/main/framework/source/dispatch/
H A Dinterceptionhelper.cxx305 InterceptionHelper::InterceptorList aCopy = m_lInterceptionRegs; in disposing() local
311 for ( pIt = aCopy.begin(); in disposing()
312 pIt != aCopy.end() ; in disposing()
324 aCopy.clear(); in disposing()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx2040 ByteString aCopy( it->first->getKey(), RTL_TEXTENCODING_MS_1252 ); in getStreamableBuffer() local
2041 rBytes += aCopy.Len(); in getStreamableBuffer()
2045 aCopy = ByteString( it->second->m_aOption, RTL_TEXTENCODING_MS_1252 ); in getStreamableBuffer()
2046 rBytes += aCopy.Len(); in getStreamableBuffer()
2058 ByteString aCopy( it->first->getKey(), RTL_TEXTENCODING_MS_1252 ); in getStreamableBuffer() local
2059 int nBytes = aCopy.Len(); in getStreamableBuffer()
2060 memcpy( pRun, aCopy.GetBuffer(), nBytes ); in getStreamableBuffer()
2064 aCopy = ByteString( it->second->m_aOption, RTL_TEXTENCODING_MS_1252 ); in getStreamableBuffer()
2066 aCopy = "*nil"; in getStreamableBuffer()
2067 nBytes = aCopy.Len(); in getStreamableBuffer()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java402 InterfaceContainer aCopy= (InterfaceContainer) clone(); in iterator() local
403 return new Itr(aCopy); in iterator()
477 InterfaceContainer aCopy= (InterfaceContainer) clone(); in listIterator() local
478 return new LstItr(aCopy, index); in listIterator()
/trunk/main/dtrans/source/generic/
H A Dclipboardmanager.cxx199 ClipboardMap aCopy(m_aClipboardMap); in dispose() local
204 ClipboardMap::iterator iter = aCopy.begin(); in dispose()
205 ClipboardMap::iterator imax = aCopy.end(); in dispose()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1396 ChangeList aCopy; in NewSetTabCols() local
1401 aCopy.push_back( *pCop ); in NewSetTabCols()
1405 lcl_CalcNewWidths( aRowSpanPos, aCopy, rLines[nCurr], in NewSetTabCols()
1411 lcl_CalcNewWidths( aRowSpanPos, aCopy, rLines[--j], in NewSetTabCols()
1413 lcl_AdjustWidthsInLine( rLines[j], aCopy, rParm, 0 ); in NewSetTabCols()
1420 ChangeList aCopy; in NewSetTabCols() local
1425 aCopy.push_back( *pCop ); in NewSetTabCols()
1429 lcl_CalcNewWidths( aRowSpanPos, aCopy, rLines[nCurr], in NewSetTabCols()
1435 lcl_CalcNewWidths( aRowSpanPos, aCopy, rLines[++j], in NewSetTabCols()
1437 lcl_AdjustWidthsInLine( rLines[j], aCopy, rParm, 0 ); in NewSetTabCols()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1417 Controllers aCopy = m_aControllers; in impl_closeControllerFrames_nolck_throw() local
1419 Controllers::iterator aEnd = aCopy.end(); in impl_closeControllerFrames_nolck_throw()
1420 for ( Controllers::iterator aIter = aCopy.begin(); aIter != aEnd ; ++aIter ) in impl_closeControllerFrames_nolck_throw()
1462 Controllers aCopy; in impl_disposeControllerFrames_nothrow() local
1463 aCopy.swap( m_aControllers ); // ensure m_aControllers is empty afterwards in impl_disposeControllerFrames_nothrow()
1464 ::std::for_each( aCopy.begin(), aCopy.end(), DisposeControllerFrame() ); in impl_disposeControllerFrames_nothrow()
H A Ddatabasecontext.cxx174 ::std::list< const ODatabaseModelImpl* > aCopy(m_aDatabaseDocuments); in queryTermination()
175 ::std::for_each(aCopy.begin(),aCopy.end(),TerminateFunctor()); in queryTermination()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSpreadsheets.idl72 @param aCopy
79 [in] string aCopy,
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx1130 ::std::vector<Link> aCopy(maChangeListeners.begin(),maChangeListeners.end()); in FireContainerChange()
1135 for (iListener=aCopy.begin(); iListener!=aCopy.end(); ++iListener) in FireContainerChange()
/trunk/main/comphelper/source/misc/
H A Dlocale.cxx384 Locale::Locale(const Locale& aCopy) in Locale() argument
386 (*this) = aCopy; // recycle assign operator in Locale()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx561 const ImplHomMatrixTemplate aCopy(*this); in doMulMatrix() local
574 fValue += aCopy.get(c, b) * rMat.get(a, c); in doMulMatrix()
/trunk/main/comphelper/inc/comphelper/
H A Dlocale.hxx217 Locale(const Locale& aCopy);
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx1646 OTableWindowMap aCopy(*pTabWins); in HideTabWins() local
1647 OTableWindowMap::iterator aIter = aCopy.begin(); in HideTabWins()
1648 OTableWindowMap::iterator aEnd = aCopy.end(); in HideTabWins()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx114 basegfx::B2DPolyPolygon aCopy(maOriginalPolyPolygon); in createPrimitive2DSequenceInCurrentState() local
117 rDragMethod.applyCurrentTransformationToPolyPolygon(aCopy); in createPrimitive2DSequenceInCurrentState()
130 aCopy, in createPrimitive2DSequenceInCurrentState()
139 aCopy, in createPrimitive2DSequenceInCurrentState()
H A Dsvdoashp.cxx2077 SdrGluePoint aCopy((*pSource)[a]); in ImpCheckCustomGluePointsAreAdded() local
2078 aCopy.SetUserDefined(sal_False); in ImpCheckCustomGluePointsAreAdded()
2079 aNewList.Insert(aCopy); in ImpCheckCustomGluePointsAreAdded()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx971 ORowSetValueVector aCopy(m_aParameterValueForCache); in copyRowValue() local
972 (aCopy.get())[i] = (_rInsertRow->get())[aParaIter->second.nPosition]; in copyRowValue()
973 m_aUpdatedParameter[i_nBookmark] = aCopy; in copyRowValue()

Completed in 185 milliseconds

12