Home
last modified time | relevance | path

Searched refs:pLst (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/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 Dftnfrm.cxx3043 SwLayoutFrm *pLst = 0; in MoveFtnCntFwd() local
3048 if ( pNxt == pLst ) in MoveFtnCntFwd()
3051 { pLst = pNxt; in MoveFtnCntFwd()
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()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx747 SdrGluePointList* pLst = pO->ForceGluePointList(); in SolveSolver() local
748 if ( pLst->GetCount() > nGluePoints ) in SolveSolver()
749 nId = (sal_Int32)((*pLst)[ (sal_uInt16)nGluePoints ].GetId() + 3 ); in SolveSolver()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx1037 sal_Bool View::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst /* =NULL */, sal_uIn… in Paste() argument
1039 return FmFormView::Paste( rMod, rPos, pLst,nOptions );; in Paste()
/trunk/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()
/trunk/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 …]
/trunk/main/tools/inc/tools/
H A Dfsys.hxx446 DirEntryList* pLst; member in Dir
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2817 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_PAGE ), pLst->Count() ); in GetGalleryState()
2825 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_PARAGRAPH ), pLst->Count() ); in GetGalleryState()
2831 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE ), pLst->Count() ); in GetGalleryState()
2836 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE_ROW ), pLst->Count() ); in GetGalleryState()
2840 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE_CELL), pLst->Count() ); in GetGalleryState()
2847 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_FRAME ), pLst->Count() ); in GetGalleryState()
2852 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_GRAPHIC ), pLst->Count() ); in GetGalleryState()
2857 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_OLE ), pLst->Count() ); in GetGalleryState()
2863 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_HEADER ), pLst->Count() ); in GetGalleryState()
2868 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_FOOTER ), pLst->Count() ); in GetGalleryState()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx259 void UpdateInputFlds( SwInputFieldList* pLst = 0 );
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx90 SwFlyFrm *GetFlyFromMarked( const SdrMarkList *pLst, ViewShell *pSh );
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx94 SwFlyFrm *GetFlyFromMarked( const SdrMarkList *pLst, ViewShell *pSh ) in GetFlyFromMarked() argument
96 if ( !pLst ) in GetFlyFromMarked()
97 pLst = pSh->HasDrawView() ? &pSh->Imp()->GetDrawView()->GetMarkedObjectList():0; in GetFlyFromMarked()
99 if ( pLst && pLst->GetMarkCount() == 1 ) in GetFlyFromMarked()
101 SdrObject *pO = pLst->GetMark( 0 )->GetMarkedSdrObj(); in GetFlyFromMarked()
774 void lcl_NotifyNeighbours( const SdrMarkList *pLst ) in lcl_NotifyNeighbours() argument
783 for( sal_uInt16 j = 0; j < pLst->GetMarkCount(); ++j ) in lcl_NotifyNeighbours()
789 SdrObject *pO = pLst->GetMark( 0 )->GetMarkedSdrObj(); in lcl_NotifyNeighbours()
1267 const SdrObjList *pLst = ((SdrObjGroup*)pObj)->GetSubList(); in lcl_IsControlGroup() local
1268 for ( sal_uInt16 i = 0; i < pLst->GetObjCount(); ++i ) in lcl_IsControlGroup()
[all …]
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx359 const SdrObjList* pLst = in _MoveObjToLayer() local
361 if ( pLst ) in _MoveObjToLayer()
363 for ( sal_uInt16 i = 0; i < pLst->GetObjCount(); ++i ) in _MoveObjToLayer()
365 _MoveObjToLayer( _bToVisible, pLst->GetObj( i ) ); in _MoveObjToLayer()
652 const SdrObjList *pLst = ((SdrObjGroup*)pObj)->GetSubList(); in CheckControlLayer() local
653 for ( sal_uInt16 i = 0; i < pLst->GetObjCount(); ++i ) in CheckControlLayer()
655 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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 272 milliseconds

12