Home
last modified time | relevance | path

Searched refs:rLst (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx440 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 Dsvdxcgv.cxx484 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 Dtxtrange.cxx173 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 Dsvxacorr.cxx2167 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 Dlistenerbase.cxx34 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 Dlistenerbase.hxx38 SvtListenerBase( SvtListener& rLst, SvtBroadcaster& rBroadcaster );
/trunk/main/sw/source/core/access/
H A Daccfrmobjslist.hxx42 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 Daccfrmobjslist.cxx38 const SwAccessibleChildSList& rLst, in SwAccessibleChildSList_const_iterator() argument
40 : rList( rLst ), in SwAccessibleChildSList_const_iterator()
/trunk/main/sw/source/ui/utlui/
H A Dinitui.cxx236 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 Dsvdmark.hxx302 SdrMarkList(const SdrMarkList& rLst) in SdrMarkList() argument
305 *this = rLst; in SdrMarkList()
363 void operator=(const SdrMarkList& rLst);
H A Dsvdxcgv.hxx55 …void ImpPasteObject(SdrObject* pObj, SdrObjList& rLst, const Point& rCenter, const …
/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx797 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 Deditobj.cxx939 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 Dimpedit4.cxx298 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 Deditobj2.hxx261 virtual void GetCharAttribs( sal_uInt32 nPara, EECharAttribArray& rLst ) const;
/trunk/main/tools/source/ref/
H A Dpstm.cxx113 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 Dsrchxtra.cxx134 SearchAttrItemList& rLst, in SvxSearchAttributeDialog() argument
145 rList( rLst ) in SvxSearchAttributeDialog()
/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx95 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 Dcolumn2.cxx1600 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 Dcolumn.hxx391 void StartListening( SvtListener& rLst, SCROW nRow );
392 void EndListening( SvtListener& rLst, SCROW nRow );
/trunk/main/cui/source/inc/
H A Dsrchxtra.hxx55 SvxSearchAttributeDialog( Window* pParent, SearchAttrItemList& rLst,
/trunk/main/editeng/inc/editeng/
H A Deditobj.hxx95 virtual void GetCharAttribs( sal_uInt32 nPara, EECharAttribArray& rLst ) const;
H A Dsvxacorr.hxx147 void SaveExceptList_Imp( const SvStringsISortDtor& rLst,
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx317 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 Ddocstyle.hxx169 void AppendStyleList(const SvStringsDtor& rLst,

Completed in 107 milliseconds

12