| /AOO41X/main/rsc/source/parser/ |
| H A D | rscinit.cxx | 406 pRoot = pClassMgr = InitClassMgr(); in Init() 415 pRoot->Insert( pClassString ); in Init() 426 pRoot->Insert( pClassStringArray ); in Init() 434 pRoot->Insert( pClassBitmap ); in Init() 440 pRoot->Insert( pClassColor ); in Init() 444 pRoot->Insert( pClassImage ); in Init() 449 pRoot->Insert( pClassImageList ); in Init() 454 pRoot->Insert( pClassWindow ); in Init() 461 pRoot->Insert( pClassSystemWindow ); in Init() 465 pRoot->Insert( pClassWorkWindow ); in Init() [all …]
|
| H A D | rscdb.cxx | 236 DestroySubTrees( pRoot ); in ~RscTypCont() 256 Pre_dtorTree( pRoot ); in ~RscTypCont() 260 DestroyTree( pRoot ); in ~RscTypCont() 335 return( (RscTop *)pRoot->Search( nRT ) ); in Search() 510 ERRTYPE WriteRc( RscTop * pCl, ObjNode * pRoot ) in WriteRc() argument 513 if( pRoot ) in WriteRc() 514 pRoot->EnumNodes( LINK( this, RscEnumerateObj, CallBackWriteRc ) ); in WriteRc() 517 ERRTYPE WriteSrc( RscTop * pCl, ObjNode * pRoot ){ in WriteSrc() argument 519 if( pRoot ) in WriteSrc() 520 pRoot->EnumNodes( LINK( this, RscEnumerateObj, CallBackWriteSrc ) ); in WriteSrc() [all …]
|
| H A D | rsclex.hxx | 69 Node* pRoot; member in ObjectStack 72 ObjectStack () { pRoot = NULL; } in ObjectStack() 74 const RSCINST & Top () { return pRoot->aInst; } in Top() 75 sal_Bool IsEmpty() { return( pRoot == NULL ); } in IsEmpty() 76 void IncTupelRec() { pRoot->nTupelRec++; } in IncTupelRec() 77 void DecTupelRec() { pRoot->nTupelRec--; } in DecTupelRec() 78 sal_uInt32 TupelRecCount() const { return pRoot->nTupelRec; } in TupelRecCount() 83 pTmp = pRoot; in Push() 84 pRoot = new Node; in Push() 85 pRoot->aInst = aInst; in Push() [all …]
|
| /AOO41X/main/idlc/source/ |
| H A D | idlc.cxx | 110 static void SAL_CALL predefineXInterface(AstModule* pRoot) in predefineXInterface() argument 113 AstModule* pParentScope = pRoot; in predefineXInterface() 139 AstOperation* pOp = new AstOperation(0, (AstType*)(pRoot->lookupPrimitiveType(ET_any)), in predefineXInterface() 142 (AstType*)(pRoot->lookupPrimitiveType(ET_type)), in predefineXInterface() 148 pOp = new AstOperation(1, (AstType*)(pRoot->lookupPrimitiveType(ET_void)), in predefineXInterface() 153 pOp = new AstOperation(1, (AstType*)(pRoot->lookupPrimitiveType(ET_void)), in predefineXInterface() 158 static void SAL_CALL initializePredefinedTypes(AstModule* pRoot) in initializePredefinedTypes() argument 161 if ( pRoot ) in initializePredefinedTypes() 163 pPredefined = new AstBaseType(ET_long, OString("long"), pRoot); in initializePredefinedTypes() 164 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes() [all …]
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | layact.cxx | 170 pWait = new SwWait( *pRoot->GetFmt()->GetDoc()->GetDocShell(), true ); in CheckWaitCrsr() 201 nEndPage = pRoot->GetPageNum(); in SetStatBar() 377 pRoot( pRt ), in SwLayAction() 437 const ViewShell *pSh = pRoot->GetCurrShell(); in RemoveEmptyBrowserPages() 440 SwPageFrm *pPage = (SwPageFrm*)pRoot->Lower(); in RemoveEmptyBrowserPages() 476 pRoot->ResetTurboFlag(); in Action() 478 pRoot->DeleteEmptySct(); in Action() 481 else if ( pRoot->GetTurbo() ) in Action() 483 pRoot->DisallowTurbo(); in Action() 484 const SwFrm *pFrm = pRoot->GetTurbo(); in Action() [all …]
|
| H A D | newfrm.cxx | 405 pRoot = pNew->GetLayout(); in SV_IMPL_PTRARR_SORT() 406 if ( pRoot ) in SV_IMPL_PTRARR_SORT() 408 pPrev = pRoot->pCurrShell; in SV_IMPL_PTRARR_SORT() 409 pRoot->pCurrShell = pNew; in SV_IMPL_PTRARR_SORT() 410 pRoot->pCurrShells->Insert( this ); in SV_IMPL_PTRARR_SORT() 418 if ( pRoot ) in ~CurrShell() 420 pRoot->pCurrShells->Remove( this ); in ~CurrShell() 422 pRoot->pCurrShell = pPrev; in ~CurrShell() 423 if ( !pRoot->pCurrShells->Count() && pRoot->pWaitingCurrShell ) in ~CurrShell() 425 pRoot->pCurrShell = pRoot->pWaitingCurrShell; in ~CurrShell() [all …]
|
| H A D | pagechg.cxx | 856 void AdjustSizeChgNotify( SwRootFrm *pRoot ) in AdjustSizeChgNotify() argument 858 const sal_Bool bOld = pRoot->IsSuperfluous(); in AdjustSizeChgNotify() 859 pRoot->bCheckSuperfluous = sal_False; in AdjustSizeChgNotify() 860 ViewShell *pSh = pRoot->GetCurrShell(); in AdjustSizeChgNotify() 865 if( pRoot == pSh->GetLayout() ) in AdjustSizeChgNotify() 868 pSh->Imp()->NotifySizeChg( pRoot->Frm().SSize() ); in AdjustSizeChgNotify() 871 } while ( pSh != pRoot->GetCurrShell() ); in AdjustSizeChgNotify() 873 pRoot->bCheckSuperfluous = bOld; in AdjustSizeChgNotify() 1100 SwRootFrm *pRoot = (SwRootFrm*)pStart->GetUpper(); in CheckPageDescs() local 1178 SwPageFrm *pTmp = new SwPageFrm( pDoc->GetEmptyPageFmt(),pRoot,pDesc); in CheckPageDescs() [all …]
|
| /AOO41X/main/sw/source/core/attr/ |
| H A D | calbck.cxx | 99 : SwClient(0), pRoot(0) in SwModify() 109 : SwClient(pToRegisterIn), pRoot( 0 ) in SwModify() 129 if( pRoot ) in ~SwModify() 152 while( pRoot ) in ~SwModify() 153 pRoot->CheckRegistration(&aDyObject, &aDyObject); in ~SwModify() 173 if (!pRoot || IsModifyLocked()) in NotifyClients() 211 if( pRoot ) in GetInfo() 236 ASSERT( &pTmp->GetModify() != pRoot, "Client added to active ClientIter" ); in Add() 244 if( !pRoot ) in Add() 247 pRoot = pDepend; in Add() [all …]
|
| /AOO41X/main/cosv/source/storage/ |
| H A D | ploc.cxx | 42 : 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()
|
| /AOO41X/main/sot/source/sdstor/ |
| H A D | stgavl.cxx | 290 sal_Bool StgAvlNode::Insert( StgAvlNode** pRoot, StgAvlNode* pIns ) in Insert() argument 293 if ( !pRoot ) in Insert() 297 if( *pRoot == NULL ) in Insert() 299 *pRoot = pIns; in Insert() 303 short nRes = (*pRoot)->Locate( pIns, &pPivot, &pParent, &pPrev ); in Insert() 331 *pRoot = pNewRoot; in Insert() 343 sal_Bool StgAvlNode::Remove( StgAvlNode** pRoot, StgAvlNode* pDel, sal_Bool bDel ) in Remove() argument 345 if ( !pRoot ) in Remove() 349 if( *pRoot == NULL ) in Remove() 352 pDel = Rem( pRoot, pDel, sal_False ); in Remove() [all …]
|
| H A D | stgdir.cxx | 810 , pRoot( NULL ) in StgDirStrm() 822 pRoot = new StgDirEntry( aRoot ); in StgDirStrm() 823 pRoot->SetDirty(); in StgDirStrm() 830 SetupEntry(0, pRoot, nSize/STGENTRY_SIZE, 0); in StgDirStrm() 838 delete pRoot; in ~StgDirStrm() 899 ( (StgAvlNode**) ( pUpper ? &pUpper->pDown : &pRoot ), pCur ) ) in SetupEntry() 902 pCur->ppRoot = &pRoot; in SetupEntry() 935 if( !pRoot || !pRoot->IsDirty() ) in Store() 937 if( !pRoot->StoreStreams( rIo ) ) in Store() 941 pRoot->Commit(); in Store() [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | parcss1.cxx | 871 CSS1Selector *pRoot = 0, *pLast = 0; in ParseSelector() local 910 return pRoot; in ParseSelector() 935 return pRoot; in ParseSelector() 952 return pRoot; in ParseSelector() 974 DBG_ASSERT( (pRoot!=0) == (pLast!=0), in ParseSelector() 979 pRoot = pNew; in ParseSelector() 989 if( !pRoot ) in ParseSelector() 992 return pRoot; in ParseSelector() 1008 return pRoot; in ParseSelector() 1012 return pRoot; in ParseSelector() [all …]
|
| /AOO41X/main/svl/source/notify/ |
| H A D | listenerbase.cxx | 42 if( pBroadcaster->pRoot ) in SvtListenerBase() 45 pRight = pBroadcaster->pRoot->pRight; in SvtListenerBase() 46 pBroadcaster->pRoot->pRight = this; in SvtListenerBase() 47 this->pLeft = pBroadcaster->pRoot; in SvtListenerBase() 52 pBroadcaster->pRoot = this; in SvtListenerBase() 58 if( pBroadcaster->pRoot ) in ~SvtListenerBase() 59 pBroadcaster->pRoot = pL ? pL : pR; in ~SvtListenerBase() 68 if( !pBroadcaster->pRoot ) in ~SvtListenerBase()
|
| H A D | listeneriter.cxx | 50 pAkt = rRoot.pRoot; in SvtListenerIter() 112 pAkt = rRoot.pRoot; in GoStart() 125 pAkt = rRoot.pRoot; in GoEnd() 178 pDelNext = pAkt = rRoot.pRoot; in GoRoot()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | postithelper.cxx | 147 long SwPostItHelper::getLayoutHeight( const SwRootFrm* pRoot ) in getLayoutHeight() argument 149 long nRet = pRoot ? pRoot->Frm().Height() : 0; in getLayoutHeight() 153 void SwPostItHelper::setSidebarChanged( SwRootFrm* pRoot, bool bBrowseMode ) in setSidebarChanged() argument 155 if( pRoot ) in setSidebarChanged() 157 pRoot->SetSidebarChanged(); in setSidebarChanged() 159 pRoot->InvalidateBrowseWidth(); in setSidebarChanged() 163 unsigned long SwPostItHelper::getPageInfo( SwRect& rPageFrm, const SwRootFrm* pRoot, const Point& r… in getPageInfo() argument 166 const SwFrm* pPage = pRoot->GetPageAtPos( rPoint, 0, true ); in getPageInfo()
|
| /AOO41X/main/sw/source/core/view/ |
| H A D | viewimp.cxx | 68 SwRootFrm *pRoot = pSh->GetLayout(); //swmod 071108//swmod 071225 in Init() local 72 if ( !pRoot->GetDrawPage() ) in Init() 73 pRoot->SetDrawPage( pIDDMA->GetDrawModel()->GetPage( 0 ) ); in Init() 75 if ( pRoot->GetDrawPage()->GetSize() != pRoot->Frm().SSize() ) in Init() 76 pRoot->GetDrawPage()->SetSize( pRoot->Frm().SSize() ); in Init() 78 pSdrPageView = pDrawView->ShowSdrPage( pRoot->GetDrawPage()); in Init() 96 if ( pRoot->Frm().HasArea() ) in Init() 97 pDrawView->SetWorkArea( pRoot->Frm().SVRect() ); in Init()
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | Deck.cxx | 370 void Deck::PrintWindowSubTree (Window* pRoot, int nIndentation) in PrintWindowSubTree() argument 373 const Point aLocation (pRoot->GetPosPixel()); in PrintWindowSubTree() 374 const Size aSize (pRoot->GetSizePixel()); in PrintWindowSubTree() 375 const char* sClassification = GetWindowClassification(pRoot); in PrintWindowSubTree() 376 const char* sVisible = pRoot->IsVisible() ? "visible" : "hidden"; in PrintWindowSubTree() 379 pRoot, in PrintWindowSubTree() 385 const sal_uInt16 nChildCount (pRoot->GetChildCount()); in PrintWindowSubTree() 387 PrintWindowSubTree(pRoot->GetChild(nIndex), nIndentation+1); in PrintWindowSubTree()
|
| /AOO41X/main/rsc/source/tools/ |
| H A D | rsctree.cxx | 165 NameNode * pRoot = this; in Remove() local 184 pRoot = Right(); in Remove() 189 pRoot = Left(); in Remove() 194 return pRoot; in Remove() 416 sal_Bool IsOrder( const NameNode * pRoot ) in IsOrder() argument 420 pRoot->EnumNodes( LINK( this, OrderCtrl, CallBackFunc ) ); in IsOrder()
|
| /AOO41X/main/autodoc/source/display/toolkit/ |
| H A D | out_tree.cxx | 33 : pRoot(new Node), in Tree() 34 pNamesRoot(pRoot.Ptr()), in Tree() 35 pIndexRoot(pRoot.Ptr()), in Tree() 36 pProjectsRoot(pRoot.Ptr()), in Tree()
|
| /AOO41X/main/framework/source/fwe/classes/ |
| H A D | bmkmenu.cxx | 91 BmkMenu_Impl( BmkMenu* pRoot ); 100 BmkMenu_Impl::BmkMenu_Impl( BmkMenu* pRoot ) : in BmkMenu_Impl() argument 101 m_pRoot(pRoot), in BmkMenu_Impl() 126 …enu( com::sun::star::uno::Reference< XFrame >& xFrame, BmkMenu::BmkMenuType nType, BmkMenu* pRoot ) in BmkMenu() argument 130 _pImp = new BmkMenu_Impl( pRoot ); in BmkMenu()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | itrtxt.cxx | 213 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 D | porrst.cxx | 114 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()
|
| /AOO41X/main/autodoc/source/display/inc/toolkit/ |
| H A D | out_tree.hxx | 75 Node & RootNode() { return *pRoot; } in RootNode() 80 Position Root() { return Position(*pRoot); } in Root() 92 Dyn<Node> pRoot; member in output::Tree 104 { return pRoot->Provide_Child(i_path); } in Provide_Node()
|
| /AOO41X/main/unoxml/source/dom/ |
| H A D | document.cxx | 1023 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()
|
| /AOO41X/main/tools/bootstrp/ |
| H A D | mkcreate.cxx | 230 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()
|