Home
last modified time | relevance | path

Searched refs:pRoot (Results 26 – 50 of 77) sorted by relevance

1234

/trunk/main/svx/source/form/
H A Dfmexch.cxx234 void OControlTransferData::buildPathFormat(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot) in buildPathFormat() argument
254 while (pLoop != pRoot) in buildPathFormat()
258 …DBG_ASSERT((pLoop != NULL) || (pRoot == 0), "OControlTransferData::buildPathFormat: invalid root o… in buildPathFormat()
275 void OControlTransferData::buildListFromPath(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot) in buildListFromPath() argument
286 SvLBoxEntry* pSearch = pRoot; in buildListFromPath()
/trunk/main/sw/inc/
H A Dcalbck.hxx131 SwClient* pRoot; // the start of the linked list of clients member in SwModify
161 const SwClient* GetDepends() const { return pRoot; } in GetDepends()
177 bool IsLastDepend() { return pRoot && pRoot->IsLast(); } in IsLastDepend()
H A Dpostithelper.hxx90 long getLayoutHeight( const SwRootFrm* pRoot );
91 void setSidebarChanged( SwRootFrm* pRoot, bool bBrowseMode );
/trunk/main/sw/source/core/doc/
H A Dlineinfo.cxx145 SwRootFrm* pRoot = pDoc->GetCurrentLayout(); in Modify() local
146 if( pRoot ) in Modify()
148 pRoot->StartAllAction(); in Modify()
152 pRoot->EndAllAction(); in Modify()
H A Ddocdraw.cxx666 SwRootFrm* pRoot = pViewSh->GetLayout(); in InitDrawModel() local
667 if( pRoot && !pRoot->GetDrawPage() ) in InitDrawModel()
674 pRoot->SetDrawPage( pDrawPage ); in InitDrawModel()
675 pDrawPage->SetSize( pRoot->Frm().SSize() ); in InitDrawModel()
H A Dhtmltbl.cxx1788 SwRootFrm *pRoot = (SwRootFrm*)GetDoc()->GetCurrentViewShell()->GetLayout(); in _Resize() local
1789 if ( pRoot && pRoot->IsCallbackActionEnabled() ) in _Resize()
1790 pRoot->StartAllAction(); //swmod 071108//swmod 071225 in _Resize()
1796 if ( pRoot && pRoot->IsCallbackActionEnabled() ) in _Resize()
1797 pRoot->EndAllAction( sal_True ); //True per VirDev (Browsen ruhiger) //swmod 071108//swmod 071225 in _Resize()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2499 if( pRoot ) in RemoveNode()
2501 SwNodeIndex *p = pRoot; in RemoveNode()
2512 p = pRoot->pPrev; in RemoveNode()
2573 pRoot = &rIdx; in RegisterIndex()
2574 pRoot->pPrev = 0; in RegisterIndex()
2575 pRoot->pNext = 0; in RegisterIndex()
2580 rIdx.pNext = pRoot->pNext; in RegisterIndex()
2581 pRoot->pNext = &rIdx; in RegisterIndex()
2582 rIdx.pPrev = pRoot; in RegisterIndex()
2593 if( pRoot == &rIdx ) in DeRegisterIndex()
[all …]
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx429 if ( pRoot->IsTurboAllowed() ) in InvalidatePage()
434 if ( !pRoot->GetTurbo() || this == pRoot->GetTurbo() ) in InvalidatePage()
438 pRoot->DisallowTurbo(); in InvalidatePage()
442 pRoot->ResetTurbo(); in InvalidatePage()
446 if ( !pRoot->GetTurbo() ) in InvalidatePage()
466 pRoot->DisallowTurbo(); in InvalidatePage()
484 if ( pRoot->GetTurbo() ) in InvalidatePage()
486 pRoot->ResetTurbo(); in InvalidatePage()
490 pRoot->SetIdleFlags(); in InvalidatePage()
1010 if ( pRoot ) in Cut()
[all …]
H A Dssfrm.cxx461 SwRootFrm *pRoot = getRootFrm(); in ~SwCntntFrm() local
462 if( pRoot && pRoot->GetTurbo() == this ) in ~SwCntntFrm()
464 pRoot->DisallowTurbo(); in ~SwCntntFrm()
465 pRoot->ResetTurbo(); in ~SwCntntFrm()
/trunk/main/sw/source/core/txtnode/
H A Datrftn.cxx367 const SwRootFrm* pRoot = pSib ? pSib->getRootFrm() : 0; in DelFrms() local
373 if( pRoot != pFnd->getRootFrm() && pRoot ) in DelFrms()
394 if( pRoot != pFnd->getRootFrm() && pRoot ) in DelFrms()
/trunk/main/sot/source/sdstor/
H A Dstgio.cxx100 StgDirEntry* pRoot = pTOC->GetRoot(); in SetupStreams() local
101 if( pRoot ) in SetupStreams()
104 pDataStrm = new StgDataStrm( *this, *pRoot ); in SetupStreams()
107 pDataStrm->SetEntry( *pRoot ); in SetupStreams()
H A Dstgdir.hxx101 StgDirEntry* pRoot; // root of dir tree member in StgDirStrm
114 StgDirEntry* GetRoot() { return pRoot; } in GetRoot()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx569 const SwFrm* pRoot = GetLayout(); in MakeVisible() local
573 nOldH = pRoot->Frm().Height(); in MakeVisible()
577 } while( nOldH != pRoot->Frm().Height() && nLoopCnt-- ); //swmod 071108//swmod 071225 in MakeVisible()
1632 const SwRootFrm *pRoot = GetLayout();//swmod 080305 in PaintDesktop() local
1633 if ( rRect.Top() > pRoot->Frm().Bottom() ) in PaintDesktop()
1635 const SwFrm *pPg = pRoot->Lower(); in PaintDesktop()
1654 const SwFrm *pPage =pRoot->Lower(); //swmod 071108//swmod 071225 in PaintDesktop()
2173 const SwRootFrm* pRoot = GetLayout(); in GetDocSize() local
2174 if( pRoot ) in GetDocSize()
2175 aSz = pRoot->Frm().SSize(); in GetDocSize()
/trunk/main/sw/source/core/text/
H A Dporlin.cxx266 SwLinePortion *SwLinePortion::FindPrevPortion( const SwLinePortion *pRoot ) in FindPrevPortion() argument
268 ASSERT( pRoot != this, "SwLinePortion::FindPrevPortion(): invalid root" ); in FindPrevPortion()
269 SwLinePortion *pPos = (SwLinePortion*)pRoot; in FindPrevPortion()
H A Dinftxt.hxx156 friend void SetParaPortion( SwTxtInfo *pInf, SwParaPortion *pRoot );
526 SwLineLayout *pRoot; // die Root der aktuellen Zeile (pCurr) member in SwTxtFormatInfo
619 inline SwLineLayout *GetRoot() { return pRoot; } in GetRoot()
620 inline const SwLineLayout *GetRoot() const { return pRoot; } in GetRoot()
622 inline void SetRoot( SwLineLayout *pNew ) { pRoot = pNew; } in SetRoot()
H A Dtxthyph.cxx145 void SetParaPortion( SwTxtInfo *pInf, SwParaPortion *pRoot ) in SetParaPortion() argument
147 ASSERT( pRoot, "SetParaPortion: no root anymore" ); in SetParaPortion()
148 pInf->pPara = pRoot; in SetParaPortion()
H A Dblink.cxx183 void SwBlink::FrmDelete( const SwRootFrm* pRoot ) in FrmDelete() argument
187 if( pRoot == aList[ nPos ]->GetRootFrm() ) in FrmDelete()
/trunk/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx125 SvLBoxEntry* pRoot = m_aControlTree.InsertEntry(PcrRes(RID_STR_FORMS), aRootImage, aRootImage); in DBG_NAME() local
130 InsertEntries(xSearch, pRoot); in DBG_NAME()
131 m_aControlTree.Expand(pRoot); in DBG_NAME()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx381 XclImpAutoFilterData::XclImpAutoFilterData( RootData* pRoot, const ScRange& rRange, const String& r… in XclImpAutoFilterData() argument
382 ExcRoot( pRoot ), in XclImpAutoFilterData()
726 void XclImpAutoFilterBuffer::Insert( RootData* pRoot, const ScRange& rRange, in Insert() argument
730 Append( new XclImpAutoFilterData( pRoot, rRange, rName ) ); in Insert()
/trunk/main/svl/inc/svl/
H A Dbroadcast.hxx40 SvtListenerBase* pRoot; member in SvtBroadcaster
58 sal_Bool HasListeners() const { return 0 != pRoot; } in HasListeners()
/trunk/main/autodoc/inc/cosv/
H A Dploc.hxx73 const Root & RootDir() const { return *pRoot; } in RootDir()
92 Dyn<Root> pRoot; member in csv::ploc::Path
/trunk/main/svl/source/notify/
H A Dbroadcast.cxx45 : pRoot( 0 ) in SvtBroadcaster()
54 : pRoot( 0 ) in SvtBroadcaster()
/trunk/main/sc/source/filter/inc/
H A Dexcimp8.hxx108 RootData* pRoot,
149 void Insert( RootData* pRoot, const ScRange& rRange,
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx207 long SwCallLink::getLayoutFrm( const SwRootFrm* pRoot, SwTxtNode& rNd, xub_StrLen nCntPos, sal_Bool… in getLayoutFrm() argument
209 SwTxtFrm* pFrm = (SwTxtFrm*)rNd.getLayoutFrm(pRoot,0,0,bCalcFrm), *pNext = pFrm; in getLayoutFrm()
/trunk/main/sw/source/core/inc/
H A Dlayact.hxx53 SwRootFrm *pRoot; member in SwLayAction
201 SwRootFrm *pRoot; member in SwLayIdle

Completed in 131 milliseconds

1234