Home
last modified time | relevance | path

Searched refs:Replace (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/trunk/main/tools/inc/tools/
H A Dref.hxx142 inline EN Replace( EN p );\
143 inline EN Replace( EN p, sal_uIntPtr nIndex );\
144 inline EN Replace( EN pNew, EN pOld );\
204 inline EN CN##MemberList::Replace( EN p ) \
206 p->AddRef(); p = CN##List::Replace( p ); \
209 inline EN CN##MemberList::Replace( EN p, sal_uIntPtr nIndex ) \
211 p->AddRef(); p = CN##List::Replace( p, nIndex ); \
214 inline EN CN##MemberList::Replace( EN pNew, EN pOld ) \
216 pNew->AddRef(); CN##List::Replace( pNew, pOld ); \
241 inline EntryName Replace( EntryName p ); \
[all …]
H A Dlist.hxx42 using Container::Replace;
103 Type Replace( Type p ) \
104 { return (Type)List::Replace( (void*)p ); } \
105 Type Replace( Type p, sal_uIntPtr nIndex ) \
106 { return (Type)List::Replace( (void*)p, nIndex ); } \
107 Type Replace( Type pNew, Type pOld ) \
108 { return (Type)List::Replace( (void*)pNew, \
H A Dcontnr.hxx86 void* Replace( void* p );
87 void* Replace( void* p, sal_uIntPtr nIndex );
88 void* Replace( void* pNew, void* pOld ) in Replace() function in Container
89 { return Replace( pNew, GetPos( pOld ) ); } in Replace()
H A Dunqidx.hxx55 void* Replace( sal_uIntPtr nIndex, void* p );
117 Type Replace( sal_uIntPtr nIndex, Type p ) \
118 { return (Type)UniqueIndex::Replace( nIndex, \
H A Dtable.hxx50 void* Replace( sal_uIntPtr nKey, void* p );
116 Type Replace( sal_uIntPtr nKey, Type p ) \
117 { return (Type)Table::Replace( nKey, (void*)p ); } \
/trunk/main/svx/inc/svx/
H A Dxtable.hxx173 XPropertyEntry* Replace(XPropertyEntry* pEntry, long nIndex);
243 using XPropertyList::Replace;
244 XColorEntry* Replace(XColorEntry* pEntry, long nIndex );
271 using XPropertyList::Replace;
272 XLineEndEntry* Replace(XLineEndEntry* pEntry, long nIndex);
302 using XPropertyList::Replace;
303 XDashEntry* Replace(XDashEntry* pEntry, long nIndex);
338 using XPropertyList::Replace;
339 XHatchEntry* Replace(XHatchEntry* pEntry, long nIndex);
364 using XPropertyList::Replace;
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx109 maTopLeft.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
110 maTop.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
111 maTopRight.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
112 maLeft.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
113 maCenter.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
114 maRight.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
115 maBottomLeft.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
116 maBottom.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
117 maBottomRight.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
/trunk/main/svl/inc/svl/
H A Dsvarray.hxx181 void Replace( const AERef aE, sal_uInt16 nP );\
182 void Replace( const AE *pE, sal_uInt16 nL, sal_uInt16 nP );\
263 void nm::Replace( const AERef aE, sal_uInt16 nP )\
269 void nm::Replace( const AE *pE, sal_uInt16 nL, sal_uInt16 nP )\
343 void Replace( const AERef aE, sal_uInt16 nP ) {\
344 Base::Replace( (const VPRef)aE, nP );\
346 void Replace( const AE *pE, sal_uInt16 nL, sal_uInt16 nP ) {\
347 Base::Replace( (const VoidPtr*)pE, nL, nP );\
402 void Replace( const AERef aE, sal_uInt16 nP ) {\
403 Base::Replace( (const VPRef)aE, nP );\
[all …]
/trunk/main/svtools/source/graphic/
H A Dtransformer.cxx106 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
116 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
123 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
132 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
139 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
/trunk/main/tools/source/memtools/
H A Dunqidx.cxx97 Container::Replace( p, nUniqIndex ); in Insert()
127 Container::Replace( p, nContIndex ); in Insert()
152 void* p = Container::Replace( NULL, nIndex-nStartIndex ); in Remove()
171 void* UniqueIndex::Replace( sal_uIntPtr nIndex, void* p ) in Replace() function in UniqueIndex
181 return Container::Replace( p, nIndex-nStartIndex ); in Replace()
H A Dcontnr.cxx426 inline void* CBlock::Replace( void* p, sal_uInt16 nIndex ) in Replace() function in CBlock
1030 void* Container::Replace( void* p ) in Replace() function in Container
1037 return pCurBlock->Replace( p, nCurIndex ); in Replace()
1050 void* Container::Replace( void* p, sal_uIntPtr nIndex ) in Replace() function in Container
1067 return pTemp->Replace( p, (sal_uInt16)nIndex ); in Replace()
/trunk/main/sw/source/ui/utlui/
H A Dutlui.src47 Text [ en-US ] = "Replace \"standard\" quotes with %1 \bcustom%2 quotes" ;
51 Text [ en-US ] = "Replace Custom Styles" ;
67 Text [ en-US ] = "Replace 1/2 ... with ½ ..." ;
75 Text [ en-US ] = "Replace dashes" ;
79 Text [ en-US ] = "Replace 1st... with 1^st..." ;
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx1472 maO2S.Replace( (void*) i, maS2O[ i ] ); // Insert( data, pos ) in Initialize()
1578 maO2S.Replace( (void*) nVal, j ); in Remove()
1657 maO2S.Replace( (void*) nVal, (sal_uInt32)( nTo+i ) ); in Move()
1667 maO2S.Replace( (void*) nVal, (sal_uInt32)( nPos+i ) ); in Move()
1675 maO2S.Replace( (void*)pTmpArr[ i ], (sal_uInt32)( nTo+i ) ); in Move()
1796 maO2S.Replace( (void*) (nVal), (sal_uInt32)( j ) ); in ResortModified()
1800 maO2S.Replace( (void*) nNewPos, (sal_uInt32) pData->mnCurPos ); in ResortModified()
1839 maO2S.Replace( (void*) (nVal+1), (sal_uInt32)( j ) ); in ResortNew()
1841 maO2S.Replace( (void*) nNewPos, (sal_uInt32) pData->mnCurPos ); in ResortNew()
1987 void SimpleList::Replace( void* pData, sal_uInt32 nPos ) in Replace() function in SimpleList
/trunk/main/svl/source/items/
H A Dslstitm.cxx98 aList.Replace( pStr1, nCur + 1 ); in Sort()
99 aList.Replace( pStr2, nCur ); in Sort()
104 pParallelList->Replace( p1, nCur + 1 ); in Sort()
105 pParallelList->Replace( p2, nCur ); in Sort()
/trunk/main/vcl/inc/vcl/
H A Dalpha.hxx89 sal_Bool Replace( const Bitmap& rMask, sal_uInt8 rReplaceTransparency );
90 …sal_Bool Replace( sal_uInt8 cSearchTransparency, sal_uInt8 cReplaceTransparency…
91 …sal_Bool Replace( sal_uInt8* pSearchTransparencies, sal_uInt8* pReplaceTranspar…
H A Dbitmap.hxx730 sal_Bool Replace( const Bitmap& rMask, const Color& rReplaceColor );
742 sal_Bool Replace( const AlphaMask& rAlpha, const Color& rMergeColor );
759 …sal_Bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uL…
779 sal_Bool Replace( const Color* pSearchColors, const Color* rReplaceColors,
/trunk/main/vcl/inc/
H A Dimage.h47 void Replace( sal_uInt16 nPos, sal_uInt16 nSrcPos );
48 void Replace( sal_uInt16 nPos, const ImplImageBmp& rImageBmp, sal_uInt16 nSrcPos );
49 void Replace( sal_uInt16 nPos, const BitmapEx& rBmpEx );
/trunk/main/vcl/source/gdi/
H A Dalpha.cxx316 sal_Bool AlphaMask::Replace( const Bitmap& rMask, sal_uInt8 cReplaceTransparency ) in Replace() function in AlphaMask
343 sal_Bool AlphaMask::Replace( sal_uInt8 cSearchTransparency, sal_uInt8 cReplaceTransparency, sal_uLo… in Replace() function in AlphaMask
396 sal_Bool AlphaMask::Replace( sal_uInt8* pSearchTransparencies, sal_uInt8* pReplaceTransparencies, in Replace() function in AlphaMask
412 bRet = Bitmap::Replace( pSearchColors, pReplaceColors, nColorCount, pTols ) && in Replace()
H A Dbitmapex.cxx294 aRetBmp.Replace( aTempMask, *pTransReplaceColor ); in GetBitmap()
296 aRetBmp.Replace( GetAlpha(), *pTransReplaceColor ); in GetBitmap()
712 sal_Bool BitmapEx::Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) in Replace() function in BitmapEx
714 return( !!aBitmap ? aBitmap.Replace( rSearchColor, rReplaceColor, nTol ) : sal_False ); in Replace()
719 sal_Bool BitmapEx::Replace( const Color* pSearchColors, const Color* pReplaceColors, sal_uLong nCol… in Replace() function in BitmapEx
721 …return( !!aBitmap ? aBitmap.Replace( pSearchColors, pReplaceColors, nColorCount, (sal_uLong*) pTol… in Replace()
H A Dimpimage.cxx284 void ImplImageBmp::Replace( sal_uInt16 nPos, sal_uInt16 nSrcPos ) in Replace() function in ImplImageBmp
303 void ImplImageBmp::Replace( sal_uInt16 nPos, const ImplImageBmp& rImageBmp, sal_uInt16 nSrcPos ) in Replace() function in ImplImageBmp
320 void ImplImageBmp::Replace( sal_uInt16 nPos, const BitmapEx& rBmpEx ) in Replace() function in ImplImageBmp
340 maBmpEx.Replace( pSrcColors, pDstColors, nColorCount ); in ReplaceColors()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.src48 Text [ en-US ] = "Replace" ;
126 Text [ en-US ] = "Replace dashes" ; \
185 Text [ en-US ] = "[M]: Replace while modifying existing text" ;
200 Text [ en-US ] = "Replace Custom Styles" ;
204 Text [ en-US ] = "Replace bullets with: " ;
356 Text [ en-US ] = "~Replace" ;
/trunk/main/svx/source/dialog/
H A Dsrchdlg.src40 Text [ en-US ] = " (Replace)" ;
52 Text [ en-US ] = "Find & Replace" ;
159 Text [ en-US ] = "~Replace" ;
167 Text [ en-US ] = "Replace A~ll" ;
H A Dbmpmask.src68 Text [ en-US ] = "Replace with..." ;
253 Text [ en-US ] = "~Replace" ;
327 Text [ en-US ] = "Replace with" ;
/trunk/main/sw/source/ui/uiview/
H A Dviewsrch.cxx280 Replace(); in ExecSearch()
608 void SwView::Replace() in Replace() function in SwView
632 GetPostItMgr()->Replace(pSrchItem); in Replace()
633 sal_Bool bReplaced = pWrtShell->SwEditShell::Replace( pSrchItem->GetReplaceString(), in Replace()
/trunk/main/sw/source/core/undo/
H A Dundo.src108 Text [ en-US ] = "Replace $1 $2 $3" ;
160 Text [ en-US ] = "Replace: $1 $2 $3" ;
184 Text [ en-US ] = "Replace style: $1 $2 $3" ;
294 Text [ en-US ] = "Replace graphics" ;

12345678910>>...13