/trunk/main/svx/source/svdraw/ |
H A D | svdmark.cxx | 440 void SdrMarkList::operator=(const SdrMarkList& rLst) in operator =() argument 444 for(sal_uLong i(0L); i < rLst.GetMarkCount(); i++) in operator =() 446 SdrMark* pMark = rLst.GetMark(i); in operator =() 451 maMarkName = rLst.maMarkName; in operator =() 452 mbNameOk = rLst.mbNameOk; in operator =() 453 maPointName = rLst.maPointName; in operator =() 454 mbPointNameOk = rLst.mbPointNameOk; in operator =() 455 maGluePointName = rLst.maGluePointName; in operator =() 456 mbGluePointNameOk = rLst.mbGluePointNameOk; in operator =() 457 mbSorted = rLst.mbSorted; in operator =()
|
H A D | svdxcgv.cxx | 484 void SdrExchangeView::ImpPasteObject(SdrObject* pObj, SdrObjList& rLst, const Point& rCenter, const… in ImpPasteObject() argument 510 rLst.InsertObject(pObj,CONTAINER_APPEND,&aReason); in ImpPasteObject() 520 if (pPV->GetObjList()==&rLst) in ImpPasteObject()
|
/trunk/main/editeng/source/misc/ |
H A D | txtrange.cxx | 173 void CheckCut( const Point& rLst, const Point& rNxt ); 246 void SvxBoundArgs::CheckCut( const Point& rLst, const Point& rNxt ) in CheckCut() argument 249 NotePoint( Cut( nBottom, rLst, rNxt ) ); in CheckCut() 251 NotePoint( Cut( nTop, rLst, rNxt ) ); in CheckCut() 252 if( rLst.X() != rNxt.X() && rLst.Y() != rNxt.Y() ) in CheckCut() 257 nYps = CalcMax( rLst, rNxt, nBottom, nLower ); in CheckCut() 259 _NoteFarPoint( Cut( nYps, rLst, rNxt ), nLower-nYps, nLowDiff ); in CheckCut() 263 nYps = CalcMax( rLst, rNxt, nTop, nUpper ); in CheckCut() 265 _NoteFarPoint( Cut( nYps, rLst, rNxt ), nYps-nUpper, nUpDiff ); in CheckCut()
|
H A D | svxacorr.cxx | 2167 const SvStringsISortDtor& rLst, in SaveExceptList_Imp() argument 2175 if( !rLst.Count() ) in SaveExceptList_Imp() 2215 SvXMLExceptionListExport aExp( xServiceFactory, rLst, sStrmName, xHandler ); in SaveExceptList_Imp()
|
/trunk/main/svl/source/notify/ |
H A D | listenerbase.cxx | 34 SvtListenerBase::SvtListenerBase( SvtListener& rLst, in SvtListenerBase() argument 37 pBroadcaster( &rBroadcaster ), pListener( &rLst ) in SvtListenerBase() 39 pNext = rLst.pBrdCastLst; in SvtListenerBase() 40 rLst.pBrdCastLst = this; in SvtListenerBase()
|
H A D | listenerbase.hxx | 38 SvtListenerBase( SvtListener& rLst, SvtBroadcaster& rBroadcaster );
|
/trunk/main/sw/source/core/access/ |
H A D | accfrmobjslist.hxx | 42 inline SwAccessibleChildSList_const_iterator( const SwAccessibleChildSList& rLst ) in SwAccessibleChildSList_const_iterator() argument 43 : rList( rLst ) in SwAccessibleChildSList_const_iterator() 47 SwAccessibleChildSList_const_iterator( const SwAccessibleChildSList& rLst,
|
H A D | accfrmobjslist.cxx | 38 const SwAccessibleChildSList& rLst, in SwAccessibleChildSList_const_iterator() argument 40 : rList( rLst ), in SwAccessibleChildSList_const_iterator()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | initui.cxx | 236 ImpAutoFmtNameListLoader( SvStringsDtor& rLst ); 246 ImpAutoFmtNameListLoader::ImpAutoFmtNameListLoader( SvStringsDtor& rLst ) in ImpAutoFmtNameListLoader() argument 266 rLst.Insert( p, n ); in ImpAutoFmtNameListLoader()
|
/trunk/main/svx/inc/svx/ |
H A D | svdmark.hxx | 302 SdrMarkList(const SdrMarkList& rLst) in SdrMarkList() argument 305 *this = rLst; in SdrMarkList() 363 void operator=(const SdrMarkList& rLst);
|
H A D | svdxcgv.hxx | 55 …void ImpPasteObject(SdrObject* pObj, SdrObjList& rLst, const Point& rCenter, const …
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit5.cxx | 797 void ImpEditEngine::GetCharAttribs( sal_uInt32 nPara, EECharAttribArray& rLst ) const in GetCharAttribs() 799 rLst.Remove( 0, rLst.Count() ); in GetCharAttribs() 811 rLst.Insert( aEEAttr, rLst.Count() ); in GetCharAttribs()
|
H A D | editobj.cxx | 939 void BinTextObject::GetCharAttribs( sal_uInt32 nPara, EECharAttribArray& rLst ) const in GetCharAttribs() 941 rLst.Remove( 0, rLst.Count() ); in GetCharAttribs() 953 rLst.Insert( aEEAttr, rLst.Count() ); in GetCharAttribs()
|
H A D | impedit4.cxx | 298 sal_Bool ImpEditEngine::WriteItemListAsRTF( ItemList& rLst, SvStream& rOutput, sal_uInt32 nPara, sa… in WriteItemListAsRTF() argument 301 const SfxPoolItem* pAttrItem = rLst.First(); in WriteItemListAsRTF() 305 pAttrItem = rLst.Next(); in WriteItemListAsRTF() 307 return ( rLst.Count() ? sal_True : sal_False ); in WriteItemListAsRTF() 310 void lcl_FindValidAttribs( ItemList& rLst, ContentNode* pNode, sal_uInt16 nIndex, sal_uInt16 nScrip… in lcl_FindValidAttribs() argument 320 rLst.Insert( pAttr->GetItem(), LIST_APPEND ); in lcl_FindValidAttribs()
|
H A D | editobj2.hxx | 261 virtual void GetCharAttribs( sal_uInt32 nPara, EECharAttribArray& rLst ) const;
|
/trunk/main/tools/source/ref/ |
H A D | pstm.cxx | 113 const SvPersistBaseMemberList & rLst ) in operator <<() argument 115 rLst.WriteObjects( rStm ); in operator <<() 123 SvPersistBaseMemberList & rLst ) in operator >>() argument 145 rLst.Append( pObj ); in operator >>()
|
/trunk/main/cui/source/dialogs/ |
H A D | srchxtra.cxx | 134 SearchAttrItemList& rLst, in SvxSearchAttributeDialog() argument 145 rList( rLst ) in SvxSearchAttributeDialog()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh2.cxx | 95 inline void AddSelList( List& rLst, long nRow ) in AddSelList() argument 97 rLst.Insert( (void*)nRow , LIST_APPEND ); in AddSelList()
|
/trunk/main/sc/source/core/data/ |
H A D | column2.cxx | 1600 void ScColumn::StartListening( SvtListener& rLst, SCROW nRow ) in StartListening() argument 1622 rLst.StartListening(*pBC); in StartListening() 1659 void ScColumn::EndListening( SvtListener& rLst, SCROW nRow ) in EndListening() argument 1668 rLst.EndListening(*pBC); in EndListening()
|
/trunk/main/sc/inc/ |
H A D | column.hxx | 391 void StartListening( SvtListener& rLst, SCROW nRow ); 392 void EndListening( SvtListener& rLst, SCROW nRow );
|
/trunk/main/cui/source/inc/ |
H A D | srchxtra.hxx | 55 SvxSearchAttributeDialog( Window* pParent, SearchAttrItemList& rLst,
|
/trunk/main/editeng/inc/editeng/ |
H A D | editobj.hxx | 95 virtual void GetCharAttribs( sal_uInt32 nPara, EECharAttribArray& rLst ) const;
|
H A D | svxacorr.hxx | 147 void SaveExceptList_Imp( const SvStringsISortDtor& rLst,
|
/trunk/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 317 sal_uInt16 lcl_FindName( const SwPoolFmtList& rLst, SfxStyleFamily eFam, in lcl_FindName() argument 320 if( rLst.Count() ) in lcl_FindName() 334 for( sal_uInt16 i=0; i < rLst.Count(); ++i ) in lcl_FindName() 335 if( *rLst[i] == sSrch ) in lcl_FindName()
|
/trunk/main/sw/inc/ |
H A D | docstyle.hxx | 169 void AppendStyleList(const SvStringsDtor& rLst,
|