Home
last modified time | relevance | path

Searched refs:rDel (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svl/source/notify/
H A Dlisteneriter.cxx73 void SvtListenerIter::RemoveListener( SvtListenerBase& rDel, in RemoveListener() argument
80 if( pTmp->pAkt == &rDel || pTmp->pDelNext == &rDel ) in RemoveListener()
/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx64 sal_Bool &rDel ) in InsertRect() argument
66 if( rDel ) in InsertRect()
70 rDel = sal_False; in InsertRect()
/trunk/main/sc/source/ui/dbgui/
H A Dscuiimoptdlg.cxx63 sal_uInt16 ScDelimiterTable::GetCode( const String& rDel ) const in GetCode()
72 if ( rDel == theDelTab.GetToken( i, cSep ) ) in GetCode()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx883 const String& rDel = ScGlobal::GetRscString( STR_HFCMD_DELIMITER ); in Create() local
886 aCommands[i] = rDel; in Create()
894 aCommands[i] += rDel; in Create()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2345 void Menu::ImplAddDel( ImplMenuDelData& rDel ) in ImplAddDel() argument
2348 if( !rDel.mpMenu ) in ImplAddDel()
2350 rDel.mpMenu = this; in ImplAddDel()
2351 rDel.mpNext = mpFirstDel; in ImplAddDel()
2352 mpFirstDel = &rDel; in ImplAddDel()
2358 void Menu::ImplRemoveDel( ImplMenuDelData& rDel ) in ImplRemoveDel() argument
2360 rDel.mpMenu = NULL; in ImplRemoveDel()
2361 if ( mpFirstDel == &rDel ) in ImplRemoveDel()
2363 mpFirstDel = rDel.mpNext; in ImplRemoveDel()
2368 while ( pData && (pData->mpNext != &rDel) ) in ImplRemoveDel()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx197 SAL_DLLPRIVATE void ImplAddDel( ImplMenuDelData &rDel );
198 SAL_DLLPRIVATE void ImplRemoveDel( ImplMenuDelData &rDel );
/trunk/main/sw/inc/
H A Dswregion.hxx36 inline void InsertRect( const SwRect &rRect, const sal_uInt16 nPos, sal_Bool &rDel);
/trunk/main/svl/inc/svl/
H A Dlisteneriter.hxx48 SVL_DLLPRIVATE static void RemoveListener( SvtListenerBase& rDel,

Completed in 63 milliseconds