Home
last modified time | relevance | path

Searched refs:pLst (Results 1 – 25 of 34) sorted by relevance

12

/aoo41x/main/svl/source/notify/
H A Dlistener.cxx52 while( pLst ) in SvtListener()
55 pLst = pLst->GetNext(); in SvtListener()
74 while( pLst ) in StartListening()
81 pLst = pLst->GetNext(); in StartListening()
93 SvtListenerBase *pLst = pBrdCastLst, *pPrev = pLst; in EndListening() local
94 while( pLst ) in EndListening()
107 pLst = pLst->GetNext(); in EndListening()
119 while( pLst ) in EndListeningAll()
122 pLst = pLst->GetNext(); in EndListeningAll()
134 while( pLst ) in IsListening()
[all …]
/aoo41x/main/svx/inc/svx/
H A Dsvdxcgv.hxx57 Point GetPastePos(SdrObjList* pLst, OutputDevice* pOut=NULL);
131 …ile& rMtf, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(r… in Paste() argument
132 …sal_Bool Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst=NULL, sal_u…
133 …map& rBmp, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(r… in Paste() argument
134 …sal_Bool Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32…
135 …del& rMod, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(r… in Paste() argument
136 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt…
137 …ing& rStr, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(r… in Paste() argument
138 …sal_Bool Paste(const String& rStr, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32…
140 …, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rInput,rBa… in Paste() argument
[all …]
/aoo41x/main/tools/source/fsys/
H A Dtdir.cxx68 if ( !pLst->Count() ) in DECLARE_LIST()
222 pLst->First(); in ImpSortedInsert()
251 pLst = NULL; in Construct()
307 if ( pLst ) in Reset()
316 pLst->Clear(); in Reset()
466 pLst = NULL; in Dir()
488 if ( pLst ) in ~Dir()
497 pLst->Clear(); in ~Dir()
499 delete pLst; in ~Dir()
717 if ( !pLst ) in operator +=()
[all …]
/aoo41x/main/svx/source/svdraw/
H A Dsvdxcgv.cxx95 if (pLst!=NULL) pPg=pLst->GetPage(); in GetPastePos()
172 ImpGetPasteObjList(aPos,pLst); in Paste()
174 if (pLst==NULL) return sal_False; in Paste()
188 ImpGetPasteObjList(aPos,pLst); in Paste()
207 ImpGetPasteObjList(aPos,pLst); in Paste()
215 SdrPage* pPage=pLst->GetPage(); in Paste()
244 ImpGetPasteObjList(aPos,pLst); in Paste()
252 SdrPage* pPage=pLst->GetPage(); in Paste()
318 ImpGetPasteObjList(aPos,pLst); in Paste()
329 if (pLst==NULL) in Paste()
[all …]
H A Dsvdmark.cxx996 SfxListener* pLst = pBC->GetListener(nl); in ImpForceEdgesOfMarkedNodes() local
997 SdrEdgeObj* pEdge = PTR_CAST(SdrEdgeObj, pLst); in ImpForceEdgesOfMarkedNodes()
/aoo41x/main/sc/source/core/tool/
H A Daddinlis.cxx89 ScAddInListener* pLst = (ScAddInListener*)aAllListeners.GetObject(nPos); in Get() local
90 if ( pComp == (sheet::XVolatileResult*)pLst->xVolRes.get() ) in Get()
91 return pLst; in Get()
105 ScAddInListener* pLst = (ScAddInListener*)aAllListeners.GetObject(nPos); in RemoveDocument() local
106 ScAddInDocs* p = pLst->pDocs; in RemoveDocument()
118 if ( pLst->xVolRes.is() ) in RemoveDocument()
119 pLst->xVolRes->removeResultListener( pLst ); in RemoveDocument()
121 pLst->release(); // Ref for aAllListeners - pLst may be deleted here in RemoveDocument()
/aoo41x/main/tools/bootstrp/addexes2/
H A Dmkfilt.cxx105 ByteStringList *pLst; member in MkFilter
117 pLst = new ByteStringList; in MkFilter()
124 delete pLst; in ~MkFilter()
160 pLst->Insert( pMkLine, LIST_APPEND ); in Filter()
177 pLst->Insert( p_MkLine, LIST_APPEND ); in Filter()
195 sal_uIntPtr nLines = pLst->Count(); in Filter()
198 MkLine *pLine = pLst->GetObject( j ); in Filter()
/aoo41x/main/sw/source/ui/shells/
H A Dbasesh.cxx2810 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_PAGE ), pLst->Count() ); in GetGalleryState()
2818 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_PARAGRAPH ), pLst->Count() ); in GetGalleryState()
2824 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE ), pLst->Count() ); in GetGalleryState()
2829 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE_ROW ), pLst->Count() ); in GetGalleryState()
2833 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE_CELL), pLst->Count() ); in GetGalleryState()
2840 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_FRAME ), pLst->Count() ); in GetGalleryState()
2845 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_GRAPHIC ), pLst->Count() ); in GetGalleryState()
2850 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_OLE ), pLst->Count() ); in GetGalleryState()
2856 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_HEADER ), pLst->Count() ); in GetGalleryState()
2861 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_FOOTER ), pLst->Count() ); in GetGalleryState()
[all …]
/aoo41x/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx305 const List* pLst = rItem.GetList(); in StateChanged() local
306 DBG_ASSERT( pLst, "no undo actions available" ); in StateChanged()
307 if ( pLst ) in StateChanged()
309 for( long nI = 0, nEnd = pLst->Count(); nI < nEnd; ++nI ) in StateChanged()
310 aUndoRedoList.push_back( rtl::OUString( *(String *)pLst->GetObject( nI ))); in StateChanged()
/aoo41x/main/toolkit/source/awt/
H A Dvclxgraphics.cxx74 List* pLst = mpOutputDevice ? mpOutputDevice->GetUnoGraphicsList() : NULL; in ~VCLXGraphics() local
75 if ( pLst ) in ~VCLXGraphics()
76 pLst->Remove( this ); in ~VCLXGraphics()
97 List* pLst = mpOutputDevice->GetUnoGraphicsList(); in Init() local
98 if ( !pLst ) in Init()
99 pLst = mpOutputDevice->CreateUnoGraphicsList(); in Init()
100 pLst->Insert( this, LIST_APPEND ); in Init()
/aoo41x/main/toolkit/source/helper/
H A Dunowrapper.cxx202 List* pLst = pOutDev->GetUnoGraphicsList(); in ReleaseAllGraphics() local
203 if ( pLst ) in ReleaseAllGraphics()
205 for ( sal_uInt32 n = 0; n < pLst->Count(); n++ ) in ReleaseAllGraphics()
207 VCLXGraphics* pGrf = (VCLXGraphics*)pLst->GetObject( n ); in ReleaseAllGraphics()
/aoo41x/main/tools/bootstrp/
H A Drscdep.cxx282 ByteStringList *pLst = pDep->GetDepList(); in main() local
283 sal_uIntPtr nCount = pLst->Count(); in main()
296 ByteString *pStr = pLst->GetObject(j); in main()
/aoo41x/main/sw/source/core/layout/
H A Dlayact.cxx1261 const SwFrm *pLst = pCntnt; in IsShortCut() local
1262 if ( pLst->IsInTab() ) in IsShortCut()
1263 pLst = pCntnt->FindTabFrm(); in IsShortCut()
1264 if ( pLst->IsInSct() ) in IsShortCut()
1265 pLst = pCntnt->FindSctFrm(); in IsShortCut()
1266 pLst = pLst->FindPrev(); in IsShortCut()
1267 if ( pLst && in IsShortCut()
1268 (pLst->Frm().Top() >= rVis.Bottom() || in IsShortCut()
1269 pLst->Frm().Left()>= rVis.Right()) ) in IsShortCut()
H A Dflowfrm.cxx540 SwFrm *pLst = 0; in PasteTree() local
563 pLst = pFloat; in PasteTree()
570 pLst->pNext = pSibling; in PasteTree()
571 pSibling->pPrev = pLst; in PasteTree()
/aoo41x/main/sw/source/core/frmedt/
H A Dfeshview.cxx97 SwFlyFrm *GetFlyFromMarked( const SdrMarkList *pLst, ViewShell *pSh ) in GetFlyFromMarked() argument
99 if ( !pLst ) in GetFlyFromMarked()
100 pLst = pSh->HasDrawView() ? &pSh->Imp()->GetDrawView()->GetMarkedObjectList():0; in GetFlyFromMarked()
102 if ( pLst && pLst->GetMarkCount() == 1 ) in GetFlyFromMarked()
104 SdrObject *pO = pLst->GetMark( 0 )->GetMarkedSdrObj(); in GetFlyFromMarked()
777 void lcl_NotifyNeighbours( const SdrMarkList *pLst ) in lcl_NotifyNeighbours() argument
786 for( sal_uInt16 j = 0; j < pLst->GetMarkCount(); ++j ) in lcl_NotifyNeighbours()
792 SdrObject *pO = pLst->GetMark( 0 )->GetMarkedSdrObj(); in lcl_NotifyNeighbours()
1270 const SdrObjList *pLst = ((SdrObjGroup*)pObj)->GetSubList(); in lcl_IsControlGroup() local
1271 for ( sal_uInt16 i = 0; i < pLst->GetObjCount(); ++i ) in lcl_IsControlGroup()
[all …]
/aoo41x/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx146 void SwWrtShell::UpdateInputFlds( SwInputFieldList* pLst ) in UpdateInputFlds() argument
149 SwInputFieldList* pTmp = pLst; in UpdateInputFlds()
175 if( !pLst ) in UpdateInputFlds()
/aoo41x/main/sw/source/core/draw/
H A Ddcontact.cxx361 const SdrObjList* pLst = in _MoveObjToLayer() local
363 if ( pLst ) in _MoveObjToLayer()
365 for ( sal_uInt16 i = 0; i < pLst->GetObjCount(); ++i ) in _MoveObjToLayer()
367 _MoveObjToLayer( _bToVisible, pLst->GetObj( i ) ); in _MoveObjToLayer()
654 const SdrObjList *pLst = ((SdrObjGroup*)pObj)->GetSubList(); in CheckControlLayer() local
655 for ( sal_uInt16 i = 0; i < pLst->GetObjCount(); ++i ) in CheckControlLayer()
657 if ( ::CheckControlLayer( pLst->GetObj( i ) ) ) in CheckControlLayer()
H A Ddpage.cxx104 void InsertGridFrame( SdrPageGridFrameList *pLst, const SwFrm *pPg ) in InsertGridFrame() argument
110 pLst->Insert( SdrPageGridFrame( aPaper, aUser ) ); in InsertGridFrame()
/aoo41x/main/sw/source/core/doc/
H A Ddocdraw.cxx360 SdrObjList *pLst = ((SdrObjGroup*)pObj)->GetSubList(); in UnGroupSelection() local
369 for ( sal_uInt16 i2 = 0; i2 < pLst->GetObjCount(); ++i2 ) in UnGroupSelection()
371 SdrObject* pSubObj = pLst->GetObj( i2 ); in UnGroupSelection()
/aoo41x/main/sc/source/core/data/
H A Dcolumn2.cxx1651 for (SvtListener* pLst = aIter.GoStart(); pLst; pLst = aIter.GoNext()) in MoveListeners() local
1653 pLst->StartListening( *pBC); in MoveListeners()
1654 pLst->EndListening( rSource); in MoveListeners()
/aoo41x/main/sc/source/ui/view/
H A Ddrawview.cxx487 const SdrObjList *pLst = ((SdrObjGroup*)pObj)->GetSubList(); in MarkListHasChanged() local
488 sal_uLong nListCount = pLst->GetObjCount(); in MarkListHasChanged()
498 SdrObject *pSubObj = pLst->GetObj( j ); in MarkListHasChanged()
/aoo41x/main/svx/source/form/
H A Dfmview.cxx392 sal_Bool FmFormView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nO… in Paste() argument
394 return E3dView::Paste(rMod, rPos, pLst, nOptions); in Paste()
/aoo41x/main/soldep/source/
H A Dsoldep.cxx583 SByteStringList *pLst = pPrj->GetDependencies( sal_False ); in ReadSource() local
584 if ( pLst ) in ReadSource()
586 sal_uIntPtr nDepCount = pLst->Count(); in ReadSource()
589 pStr = pLst->GetObject(m); in ReadSource()
/aoo41x/main/svx/source/engine3d/
H A Dview3d.cxx473 sal_Bool E3dView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nOpti… in Paste() argument
479 SdrObjList* pDstList = pLst; in Paste()
518 bRetval = SdrView::Paste(rMod, rPos, pLst, nOptions); in Paste()
/aoo41x/main/svx/source/dialog/
H A Dsrchdlg.cxx165 List* pLst = pSrchItem ? pSrchItem->GetList() : 0; in ListToStrArr_Impl() local
167 if ( pLst ) in ListToStrArr_Impl()
168 for ( sal_uInt16 i = 0; i < pLst->Count(); ++i ) in ListToStrArr_Impl()
170 String* pTmp = new String( *(String*)( pLst->GetObject(i) ) ); in ListToStrArr_Impl()

Completed in 171 milliseconds

12