Home
last modified time | relevance | path

Searched refs:pRoot (Results 1 – 25 of 77) sorted by last modified time

1234

/trunk/main/sot/source/sdstor/
H A Dstgdir.hxx101 StgDirEntry* pRoot; // root of dir tree member in StgDirStrm
114 StgDirEntry* GetRoot() { return pRoot; } in GetRoot()
/trunk/main/autodoc/source/cosv/storage/
H A Dploc.cxx42 : pRoot(0) in Path()
50 : pRoot(i_rPath.pRoot->CreateCopy()), in Path()
63 pRoot = i_rPath.pRoot->CreateCopy(); in operator =()
80 pRoot = Root::Create_( restPath, i_sPath, i_sDelimiter ); in Set()
128 pRoot->Get( o_rPath ); in Get()
129 aPath.Get( o_rPath, pRoot->OwnDelimiter() ); in Get()
142 pRoot->Get( o_rPath ); in Get()
143 aPath.Get( o_rPath, pRoot->OwnDelimiter() ); in Get()
/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/sw/source/core/inc/
H A Drootfrm.hxx62 friend void AdjustSizeChgNotify( SwRootFrm *pRoot );
136 friend void InitCurrShells( SwRootFrm *pRoot );
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx377 pRoot( pRt ), in SwLayAction()
483 pRoot->DisallowTurbo(); in Action()
485 pRoot->ResetTurbo(); in Action()
488 pRoot->DisallowTurbo(); in Action()
501 pRoot->DeleteEmptySct(); in Action()
507 pRoot->ResetTurbo(); in Action()
592 pRoot->Calc(); in InternalAction()
654 (pRoot->IsSuperfluous() || pRoot->IsAssertFlyPages()) ) in InternalAction()
813 (pRoot->IsSuperfluous() || pRoot->IsAssertFlyPages()) ) in InternalAction()
1050 pRoot->ResetTurbo(); in TurboAction()
[all …]
H A Dfrmtool.cxx1142 const SwRootFrm* pRoot = pSib ? pSib->getRootFrm() : 0; in lcl_ObjConnected() local
1146 if(! pRoot || pRoot == pTmpFrm->getRootFrm() ) in lcl_ObjConnected()
H A Dtabfrm.cxx3714 { SwRootFrm *pRoot = (SwRootFrm*)pPage->GetUpper(); in Cut() local
3715 pRoot->SetSuperfluous(); in Cut()
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 …]
/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()
H A Dviewimp.cxx63 SwRootFrm *pRoot = pSh->GetLayout(); //swmod 071108//swmod 071225 in Init() local
67 if ( !pRoot->GetDrawPage() ) in Init()
68 pRoot->SetDrawPage( pIDDMA->GetDrawModel()->GetPage( 0 ) ); in Init()
70 if ( pRoot->GetDrawPage()->GetSize() != pRoot->Frm().SSize() ) in Init()
71 pRoot->GetDrawPage()->SetSize( pRoot->Frm().SSize() ); in Init()
73 pSdrPageView = pDrawView->ShowSdrPage( pRoot->GetDrawPage()); in Init()
91 if ( pRoot->Frm().HasArea() ) in Init()
92 pDrawView->SetWorkArea( pRoot->Frm().SVRect() ); in Init()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx726 Widget *get( Widget *pRoot, int nb ) in get() argument
729 for ( it = pRoot; it != NULL && nb >= 0; it = next( it ) ) in get()
734 int get( Widget *pRoot, Widget *pWidget ) in get() argument
738 for ( it = pRoot; it != NULL && it != pWidget; it = next( it ) ) in get()
/trunk/main/sw/source/core/doc/
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/unoxml/source/dom/
H A Ddocument.cxx1023 xmlNodePtr const pRoot = lcl_getDocumentRootPtr(m_aDocPtr); in serialize() local
1024 if (0 != pRoot) { in serialize()
1033 xmlNewNs(pRoot, reinterpret_cast<const xmlChar*>(href.getStr()), in serialize()
1037 nscleanup(pRoot->children, pRoot); in serialize()
1052 xmlNodePtr const pRoot = lcl_getDocumentRootPtr(m_aDocPtr); in fastSerialize() local
1053 if (0 != pRoot) { in fastSerialize()
1062 xmlNewNs(pRoot, reinterpret_cast<const xmlChar*>(href.getStr()), in fastSerialize()
1066 nscleanup(pRoot->children, pRoot); in fastSerialize()
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx230 SourceDirectory *pRoot = GetRootDirectory(); in GetDirectory() local
232 if ( sDirectoryName.Search( *pRoot ) != 0 ) in GetDirectory()
235 if ( sDirectoryName.Len() == pRoot->Len()) in GetDirectory()
236 return pRoot; in GetDirectory()
238 if ( sDirectoryName.GetChar( pRoot->Len()) == PATH_SEPARATOR ) { in GetDirectory()
239 ByteString sSub = sDirectoryName.Copy( pRoot->Len() + 1 ); in GetDirectory()
240 return pRoot->GetSubDirectory( sSub, nOperatingSystem ); in GetDirectory()
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx935 return pRoot; in ParseSelector()
952 return pRoot; in ParseSelector()
989 if( !pRoot ) in ParseSelector()
992 return pRoot; in ParseSelector()
1008 return pRoot; in ParseSelector()
1012 return pRoot; in ParseSelector()
1046 return pRoot; in ParseDeclaration()
1057 return pRoot; in ParseDeclaration()
1136 if( !pRoot ) in ParseDeclaration()
1139 return pRoot; in ParseDeclaration()
[all …]
/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/sw/source/core/text/
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 Dporrst.cxx114 const SwLinePortion *pRoot = rInf.GetRoot(); in Format() local
116 Height( pRoot->Height() ); in Format()
117 SetAscent( pRoot->GetAscent() ); in Format()
558 const SwLinePortion* pRoot = rInf.GetRoot(); in Format() local
560 Height( pRoot->Height() ); in Format()
561 SetAscent( pRoot->GetAscent() ); in Format()
H A Ditrtxt.cxx213 const SwLineLayout *pRoot = pInf->GetParaPortion(); in GetPrevLine() local
214 if( pRoot == pCurr ) in GetPrevLine()
216 const SwLineLayout *pLay = pRoot; in GetPrevLine()
223 const SwLineLayout *pTmp = pRoot; in GetPrevLine()
224 pLay = pRoot->IsDummy() ? 0 : pRoot; in GetPrevLine()
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 Dporlin.hxx162 SwLinePortion *FindPrevPortion( const SwLinePortion *pRoot );
H A Dinftxt.cxx1520 pRoot = 0; in Init()
1549 pRoot = &rLay; in SwTxtFormatInfo()
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 Dblink.cxx183 void SwBlink::FrmDelete( const SwRootFrm* pRoot ) in FrmDelete() argument
187 if( pRoot == aList[ nPos ]->GetRootFrm() ) in FrmDelete()
/trunk/main/sw/source/core/swg/
H A DSwXMLBlockExport.cxx60 SvXMLElementExport pRoot (*this, XML_NAMESPACE_BLOCKLIST, XML_BLOCK_LIST, sal_True, sal_True); in exportDoc() local

Completed in 199 milliseconds

1234