Home
last modified time | relevance | path

Searched refs:aViewList (Results 1 – 8 of 8) sorted by relevance

/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1192 OutlinerView* pView = aViewList.First(); in InvalidateBullet()
1203 pView = aViewList.Next(); in InvalidateBullet()
1426 aViewList.Insert( pView, nIndex ); in InsertView()
1428 return aViewList.GetPos( pView ); in InsertView()
1435 sal_uLong nPos = aViewList.GetPos( pView ); in RemoveView()
1440 aViewList.Remove( nPos ); in RemoveView()
1453 aViewList.Remove( nIndex ); in RemoveView()
1461 return aViewList.GetObject( nIndex ); in GetView()
1467 return aViewList.Count(); in GetViewCount()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx190 sal_uLong nViewCount = aViewList.Count(); in Broadcast()
193 SvListView* pView = (SvListView*)aViewList.GetObject( nCurView ); in Broadcast()
201 sal_uLong nPos = aViewList.GetPos( pView ); in InsertView()
204 aViewList.Insert( pView, LIST_APPEND ); in InsertView()
211 sal_uLong nPos = aViewList.GetPos( pView ); in RemoveView()
214 aViewList.Remove( pView ); in RemoveView()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx182 List aViewList; member in SvTreeList
243 sal_uLong GetViewCount() const { return aViewList.Count(); } in GetViewCount()
244 SvListView* GetView(sal_uLong nPos) const {return (SvListView*)aViewList.GetObject(nPos);} in GetView()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx784 bDocRequestSent |= aCmdLineArgs->GetViewList( pRequest->aViewList ); in run()
965 …AddToDispatchList( aDispatchList, aRequest.aCwdUrl, aRequest.aViewList, DispatchWatcher::REQUEST_V… in ExecuteCmdLineRequests()
H A Dofficeipcthread.hxx58 ::rtl::OUString aViewList; // Documents that should be opened in viewmode
H A Dapp.cxx3168 pArgs->GetViewList( aRequest.aViewList ); in OpenClients()
3177 aRequest.aViewList.getLength() > 0 || in OpenClients()
/trunk/main/svx/workben/
H A Dedittest.cxx365 ViewList aViewList; member in EditViewWindow
1397 MyView* pView = aViewList.First(); in ~EditViewWindow()
1401 pView = aViewList.Next(); in ~EditViewWindow()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx638 ViewList aViewList; member in Outliner

Completed in 96 milliseconds