Home
last modified time | relevance | path

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

12345678910>>...12

/AOO41X/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 …]
/AOO41X/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 ); } \
/AOO41X/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()
/AOO41X/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 …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sw/source/ui/utlui/
H A Dutlui.src50 Text [ en-US ] = "Replace \"standard\" quotes with %1 \bcustom%2 quotes" ;
54 Text [ en-US ] = "Replace Custom Styles" ;
70 Text [ en-US ] = "Replace 1/2 ... with ½ ..." ;
78 Text [ en-US ] = "Replace dashes" ;
82 Text [ en-US ] = "Replace 1st... with 1^st..." ;
/AOO41X/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()
/AOO41X/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
/AOO41X/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.hxx737 sal_Bool Replace( const Bitmap& rMask, const Color& rReplaceColor );
749 sal_Bool Replace( const AlphaMask& rAlpha, const Color& rMergeColor );
766 …sal_Bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uL…
786 sal_Bool Replace( const Color* pSearchColors, const Color* rReplaceColors,
/AOO41X/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 );
/AOO41X/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.cxx292 aRetBmp.Replace( aTempMask, *pTransReplaceColor ); in GetBitmap()
294 aRetBmp.Replace( GetAlpha(), *pTransReplaceColor ); in GetBitmap()
710 sal_Bool BitmapEx::Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) in Replace() function in BitmapEx
712 return( !!aBitmap ? aBitmap.Replace( rSearchColor, rReplaceColor, nTol ) : sal_False ); in Replace()
717 sal_Bool BitmapEx::Replace( const Color* pSearchColors, const Color* pReplaceColors, sal_uLong nCol… in Replace() function in BitmapEx
719 …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()
/AOO41X/main/cui/source/tabpages/
H A Dautocdlg.src49 Text [ en-US ] = "Replace" ;
127 Text [ en-US ] = "Replace dashes" ; \
190 Text [ en-US ] = "[M]: Replace while modifying existing text" ;
206 Text [ en-US ] = "Replace Custom Styles" ;
210 Text [ en-US ] = "Replace bullets with: " ;
367 Text [ en-US ] = "~Replace" ;
/AOO41X/main/svx/source/dialog/
H A Dsrchdlg.src42 Text [ en-US ] = " (Replace)" ;
54 Text [ en-US ] = "Find & Replace" ;
161 Text [ en-US ] = "~Replace" ;
169 Text [ en-US ] = "Replace A~ll" ;
/AOO41X/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()
/AOO41X/main/soldep/source/
H A Dsoldep.cxx1296 pSwapWin = rObjList.Replace( pSwapWin, nIdx2 ); in Impl_PermuteMin()
1299 rObjList.Replace( pSwapWin, nIdx1 ); in Impl_PermuteMin()
1319 pSwapWin = rObjList.Replace( pSwapWin, nIdx2 ); in Impl_PermuteMin()
1322 rObjList.Replace( pSwapWin, nIdx1 ); in Impl_PermuteMin()
1334 pSwapWin = rObjList.Replace( pSwapWin, nStart ); in Impl_PermuteMin()
1335 rObjList.Replace( pSwapWin, i ); in Impl_PermuteMin()
1339 pSwapWin = rObjList.Replace( pSwapWin, nStart ); in Impl_PermuteMin()
1340 rObjList.Replace( pSwapWin, i ); in Impl_PermuteMin()
/AOO41X/main/tools/bootstrp/addexes/
H A Dreplace.cxx65 aText.Replace( nIndex, aSearch.Len(), aReplace.GetBuffer()); in main()
66 aUpperText.Replace( nIndex, aSearch.Len(), aReplace.GetBuffer()); in main()

12345678910>>...12