Home
last modified time | relevance | path

Searched refs:pRoot (Results 51 – 75 of 77) sorted by relevance

1234

/trunk/main/sw/source/core/layout/
H A Dflylay.cxx599 SwRootFrm *pRoot = getRootFrm(); in Modify() local
600 SwPageFrm *pTmpPage = (SwPageFrm*)pRoot->Lower(); in Modify()
613 pRoot->SetAssertFlyPages(); in Modify()
614 pRoot->AssertFlyPages(); in Modify()
H A Dfly.cxx839 SwRootFrm *pRoot; in Modify() local
840 if ( nInvFlags & 0x20 && 0 != (pRoot = getRootFrm()) ) in Modify()
841 pRoot->InvalidateBrowseWidth(); in Modify()
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 Dsectfrm.cxx299 { SwRootFrm *pRoot = (SwRootFrm*)pPage->GetUpper(); in _Cut() local
300 pRoot->SetSuperfluous(); in _Cut()
/trunk/main/svx/source/inc/
H A Dfmexch.hxx191 void buildPathFormat(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot);
196 void buildListFromPath(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot);
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx100 const LocaleNode* pRoot = 0; in getRoot() local
103 pRoot = pParent; in getRoot()
104 return pRoot; in getRoot()
681 const LocaleNode* pRoot = getRoot(); in generateCode() local
682 if (!pRoot) in generateCode()
686 pCtype = pRoot->findNode( "LC_CTYPE"); in generateCode()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx62 friend void AdjustSizeChgNotify( SwRootFrm *pRoot );
136 friend void InitCurrShells( SwRootFrm *pRoot );
H A Dblink.hxx76 void FrmDelete( const SwRootFrm* pRoot );
H A Dframe.hxx451 void setRootFrm( SwRootFrm* pRoot ) { mpRoot = pRoot; } in setRootFrm() argument
/trunk/main/connectivity/inc/connectivity/
H A Dsqliterator.hxx138 const OSQLParseNode* pRoot = NULL );
306 const OSQLParseNode* pRoot );
/trunk/main/rsc/inc/
H A Drscdb.hxx81 RscTop * pRoot; // Zeiger auf die Wurzel vom Typenbaum member in RscTypCont
337 RscTop * GetRoot() { return( pRoot ); }; in GetRoot()
/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/framework/inc/framework/
H A Dbmkmenu.hxx70 BmkMenuType, BmkMenu* pRoot );
/trunk/main/sot/source/sdstor/
H A Dstgavl.hxx63 StgAvlNode* pRoot; // root entry (parent) member in StgAvlIterator
/trunk/main/sfx2/source/sidebar/
H A DDeck.hxx80 static void PrintWindowSubTree (Window* pRoot, int nIndentation);
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx148 const OSQLParseNode* pRoot ) in OSQLParseTreeIterator() argument
153 setParseTree(pRoot); in OSQLParseTreeIterator()
157 …t OSQLParseTreeIterator& _rParentIterator, const OSQLParser& _rParser, const OSQLParseNode* pRoot ) in OSQLParseTreeIterator() argument
163 setParseTree( pRoot ); in OSQLParseTreeIterator()
/trunk/main/rsc/source/misc/
H A Drscdbl.cxx114 FillList( pRoot, pList, lFileKey ); in FillNameIdList()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx307 StarBASIC* pRoot = pDocSh->GetBasic(); in DoMacro() local
308 SbxVariable* pVar = pRoot->Find( aErrorTitle, SbxCLASS_METHOD ); in DoMacro()
/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
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1925 SwRootFrm* pRoot = pShell->GetLayout(); in ConnectToLayout() local
1926 SwPageFrm *pPage = static_cast<SwPageFrm*>(pRoot->Lower()); in ConnectToLayout()
1939 pRoot->SetAssertFlyPages(); in ConnectToLayout()
/trunk/main/sw/source/core/text/
H A Dporlin.hxx162 SwLinePortion *FindPrevPortion( const SwLinePortion *pRoot );
H A Dinftxt.cxx1520 pRoot = 0; in Init()
1549 pRoot = &rLay; in SwTxtFormatInfo()
/trunk/main/sw/inc/
H A Dndarr.hxx91 SwNodeIndex* pRoot; // Liste aller Indizies auf Nodes member in SwNodes
H A Dviewsh.hxx600 SwRootFrm *pRoot; member in CurrShell
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1788 SvxShape* pRoot = SvxShape::getImplementation( xShape ); in getRectangleOfObject() local
1789 if( pRoot ) in getRectangleOfObject()
1791 SdrObject* pRootSdrObject = pRoot->GetSdrObject(); in getRectangleOfObject()

Completed in 253 milliseconds

1234