Home
last modified time | relevance | path

Searched refs:rList (Results 1 – 25 of 208) sorted by last modified time

123456789

/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx211 virtual bool FillSelection( SwSelectionList& rList, const SwRect& rRect ) const;
H A Dpagefrm.hxx395 virtual bool FillSelection( SwSelectionList& rList, const SwRect& rRect ) const;
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5980 …t16 ToolBox::ImplFindItemPos( const ImplToolItem* pItem, const std::vector< ImplToolItem >& rList ) in ImplFindItemPos() argument
5985 for( nPos = 0; nPos < rList.size(); nPos++ ) in ImplFindItemPos()
5986 if( &rList[ nPos ] == pItem ) in ImplFindItemPos()
H A Dwindow.cxx4442 ::std::vector< Window* >& rList = ImplGetOwnerDrawList(); in ~Window()
4444 p = ::std::find( rList.begin(), rList.end(), this ); in ~Window()
4445 if( p != rList.end() ) in ~Window()
4446 rList.erase( p ); in ~Window()
6338 ::std::vector< Window* >& rList = ImplGetOwnerDrawList(); in SetParent()
6340 p = ::std::find( rList.begin(), rList.end(), this ); in SetParent()
6341 if( p != rList.end() ) in SetParent()
6342 rList.erase( p ); in SetParent()
6956 ::std::vector< Window* >& rList = mpWindowImpl->mpFrameData->maOwnerDrawList; in EnableInput()
6957 ::std::vector< Window* >::iterator p = rList.begin(); in EnableInput()
[all …]
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx1047 void StarBASIC::Highlight( const String& rSrc, SbTextPortions& rList ) in Highlight() argument
1050 aTok.Hilite( rList ); in Highlight()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx274 SdrObjList& rList = *pSdrShape->GetObjList(); in remove() local
276 const sal_uInt32 nObjCount = rList.GetObjCount(); in remove()
280 if(rList.GetObj( nObjNum ) == pSdrShape ) in remove()
300 SdrObject* pObject = rList.NbcRemoveObject( nObjNum ); in remove()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx919 void SvNumberFormatter::GetUsedLanguages( SvUShorts& rList ) in GetUsedLanguages() argument
921 rList.Remove( 0, rList.Count() ); in GetUsedLanguages()
928 rList.Insert( pFormat->GetLanguage(), rList.Count() ); in GetUsedLanguages()
/trunk/main/starmath/source/
H A Daccessibility.cxx1105 void SmTextForwarder::GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const in GetPortions()
1109 pEditEngine->GetPortions( nPara, rList ); in GetPortions()
H A Daccessibility.hxx222 virtual void GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const;
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx288 const SdrMarkList& rList = GetMarkedObjectList(); in SetAttributes() local
289 sal_uLong nMarkCount = rList.GetMarkCount(); in SetAttributes()
292 SdrObject* pObject = rList.GetMark(nMark)->GetMarkedSdrObj(); in SetAttributes()
H A DViewShellManager.cxx565 while ( ! rList.empty()) in DeactivateViewShell()
675 if (::std::find_if(rList.begin(),rList.end(), IsId(nId)) != rList.end()) in ActivateSubShell()
705 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in DeactivateSubShell()
717 rList.erase(iShell); in DeactivateSubShell()
738 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in MoveSubShellToTop()
739 if (iShell!=rList.end() && iShell!=rList.begin()) in MoveSubShellToTop()
742 rList.erase(iShell); in MoveSubShellToTop()
853 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in GetShell()
1105 for (iSubShell=rList.begin(); iSubShell!=rList.end(); ++iSubShell) in CreateShells()
1153 for (iSubShell=rList.rbegin(); iSubShell!=rList.rend(); ++iSubShell) in CreateTargetStack()
[all …]
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx410 const String& rList = aHTMLStyle.aFontFamilyName; in WriteHeader() local
414 OUT_STR( rList.GetToken( 0, ';', nPos ) ); in WriteHeader()
1065 const String& rList = rFontItem.GetFamilyName(); in WriteCell() local
1070 rList.GetToken( 0, ';', nPos ), aTmpStr, eDestEnc, in WriteCell()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4494 void ScDocFunc::CreateOneName( ScRangeName& rList, in CreateOneName() argument
4515 if (rList.SearchName( aName, nOldPos )) // vorhanden ? in CreateOneName()
4517 ScRangeData* pOld = rList[nOldPos]; in CreateOneName()
4537 rList.AtFree(nOldPos); in CreateOneName()
4552 if (!rList.Insert(pData)) in CreateOneName()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx133 void SvxEditEngineForwarder::GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const in GetPortions()
135 rEditEngine.GetPortions( nPara, rList ); in GetPortions()
H A Dunoforou.cxx199 void SvxOutlinerForwarder::GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const in GetPortions()
201 ((EditEngine&)rOutliner.GetEditEngine()).GetPortions( nPara, rList ); in GetPortions()
H A Dunoedprx.cxx574 void SvxAccessibleTextAdapter::GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const in GetPortions()
578 mrTextForwarder->GetPortions( nPara, rList ); in GetPortions()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1719 void EditEngine::GetPortions( sal_uInt32 nPara, SvUShorts& rList ) in GetPortions() argument
1732 rList.Insert( nEnd, rList.Count() ); in GetPortions()
/trunk/main/editeng/inc/editeng/
H A Dunoedprx.hxx47 virtual void GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const;
H A Dunoedsrc.hxx159 virtual void GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const = 0;
H A Dunofored.hxx49 virtual void GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const;
H A Dunoforou.hxx67 virtual void GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const;
H A Dunotext.hxx193 virtual void GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const;
H A Dediteng.hxx298 void GetPortions( sal_uInt32 nPara, SvUShorts& rList );
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx542 void ModelCollectionEnumeration::setModelList(const TModelList& rList) in setModelList() argument
546 m_lModels = rList; in setModelList()
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx848 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in WriteMenuDocument() local

Completed in 249 milliseconds

123456789