Home
last modified time | relevance | path

Searched refs:GetRoot (Results 1 – 25 of 60) sorted by relevance

123

/AOO41X/main/sw/source/core/text/
H A Dpormulti.cxx93 SwLineLayout *pLay = &GetRoot(); in CalcSize()
99 if( IsRuby() && ( OnTop() == ( pLay == &GetRoot() ) ) ) in CalcSize()
123 GetRoot().SetAscent( GetRoot().GetAscent() + nAdd ); in CalcSize()
124 GetRoot().Height( GetRoot().Height() + nAdd ); in CalcSize()
159 SwLinePortion* pPor = GetRoot().GetFirstPortion(); in ActualizeTabulator()
164 if( GetRoot().GetNext() ) in ActualizeTabulator()
167 pPor = GetRoot().GetNext()->GetFirstPortion(); in ActualizeTabulator()
244 SwLinePortion* pPor = GetRoot().GetFirstPortion(); in GetSpaceCnt()
494 SwLinePortion* pPor = GetRoot().GetFirstPortion(); in CalcBlanks()
507 nLineDiff = GetRoot().Width(); in CalcBlanks()
[all …]
H A Dporexp.cxx144 const SwLinePortion *pPos = rInf.GetRoot(); in MayUnderFlow()
149 if( !pPos || !rInf.GetIdx() || ( !pPos->GetLen() && pPos == rInf.GetRoot() ) ) in MayUnderFlow()
198 rInf.SetLast( FindPrevPortion( rInf.GetRoot() ) ); in FormatEOL()
H A Dpormulti.hxx117 const SwLineLayout& GetRoot() const { return aRoot; } in GetRoot() function in SwMultiPortion
118 SwLineLayout& GetRoot() { return aRoot; } in GetRoot() function in SwMultiPortion
205 { if(nAdjustment && GetRoot().GetNext()) _Adjust(rInf); } in Adjust()
/AOO41X/main/sc/source/filter/excel/
H A Dxiroot.cxx65 mrImpData.mxAddrConv.reset( new XclImpAddressConverter( GetRoot() ) ); in XclImpRoot()
66 mrImpData.mxFmlaComp.reset( new XclImpFormulaCompiler( GetRoot() ) ); in XclImpRoot()
67 mrImpData.mxPalette.reset( new XclImpPalette( GetRoot() ) ); in XclImpRoot()
68 mrImpData.mxFontBfr.reset( new XclImpFontBuffer( GetRoot() ) ); in XclImpRoot()
69 mrImpData.mxNumFmtBfr.reset( new XclImpNumFmtBuffer( GetRoot() ) ); in XclImpRoot()
70 mrImpData.mpXFBfr.reset( new XclImpXFBuffer( GetRoot() ) ); in XclImpRoot()
71 mrImpData.mxXFRangeBfr.reset( new XclImpXFRangeBuffer( GetRoot() ) ); in XclImpRoot()
73 mrImpData.mxNameMgr.reset( new XclImpNameManager( GetRoot() ) ); in XclImpRoot()
74 mrImpData.mxObjMgr.reset( new XclImpObjectManager( GetRoot() ) ); in XclImpRoot()
78 mrImpData.mxLinkMgr.reset( new XclImpLinkManager( GetRoot() ) ); in XclImpRoot()
[all …]
H A Dexcdoc.cxx97 aRecList.AppendNewRecord( new XclExpWindow1( self.GetRoot() ) ); in lcl_AddBookviews()
220 Add( new XclExpFileEncryption( GetRoot() ) ); in FillAsHeader()
227 Add( new XclExpFileSharing( GetRoot(), nWriteProtHash, bRecommendReadOnly ) ); in FillAsHeader()
396 Add( new XclExpCountry( GetRoot() ) ); in FillAsHeader()
434 mxCellTable.reset( new XclExpCellTable( GetRoot() ) ); in FillAsTable()
444 ScfRef< XclExpPageSettings > xPageSett( new XclExpPageSettings( GetRoot() ) ); in FillAsTable()
465 Add( new XclExpCountry( GetRoot() ) ); in FillAsTable()
488 lcl_AddScenariosAndFilters( aRecList, GetRoot(), mnScTab ); in FillAsTable()
497 Add( new XclExpLabelranges( GetRoot() ) ); in FillAsTable()
513 aRecList.AppendNewRecord( new XclExpTabViewSettings( GetRoot(), mnScTab ) ); in FillAsTable()
[all …]
H A Dxeroot.cxx169 mrExpData.mxTabInfo.reset( new XclExpTabInfo( GetRoot() ) ); in InitializeConvert()
170 mrExpData.mxAddrConv.reset( new XclExpAddressConverter( GetRoot() ) ); in InitializeConvert()
171 mrExpData.mxFmlaComp.reset( new XclExpFormulaCompiler( GetRoot() ) ); in InitializeConvert()
172 mrExpData.mxProgress.reset( new XclExpProgressBar( GetRoot() ) ); in InitializeConvert()
183 mrExpData.mxPalette.reset( new XclExpPalette( GetRoot() ) ); in InitializeGlobals()
184 mrExpData.mxFontBfr.reset( new XclExpFontBuffer( GetRoot() ) ); in InitializeGlobals()
185 mrExpData.mxNumFmtBfr.reset( new XclExpNumFmtBuffer( GetRoot() ) ); in InitializeGlobals()
186 mrExpData.mxXFBfr.reset( new XclExpXFBuffer( GetRoot() ) ); in InitializeGlobals()
187 mrExpData.mxGlobLinkMgr.reset( new XclExpLinkManager( GetRoot() ) ); in InitializeGlobals()
188 mrExpData.mxNameMgr.reset( new XclExpNameManager( GetRoot() ) ); in InitializeGlobals()
[all …]
H A Dxetable.cxx219 …if( const ScTokenArray* pShrdScTokArr = XclTokenArrayHelper::GetSharedFormula( GetRoot(), rScTokAr… in CreateOrExtendShrfmla()
557 DBG_ASSERT_BIFF( rStrm.GetRoot().GetBiff() >= EXC_BIFF3 ); in Save()
583 return OString::valueOf( rStrm.GetRoot().GetXFBuffer() in lcl_GetStyleId()
590 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( nXFId ); in lcl_GetStyleId()
773 switch( rStrm.GetRoot().GetBiff() ) in WriteContents()
898 mxTokArr = mxAddRec->CreateCellTokenArray( rStrm.GetRoot() ); in Save()
903 mxTokArr = rStrm.GetRoot().GetFormulaCompiler().CreateErrorFormula( EXC_ERR_NA ); in Save()
1050 if( aResult.Len() || (rStrm.GetRoot().GetBiff() <= EXC_BIFF5) ) in WriteContents()
1053 mxStringRec.reset( new XclExpStringRec( rStrm.GetRoot(), aResult ) ); in WriteContents()
1114 DBG_ASSERT_BIFF( rStrm.GetRoot().GetBiff() >= EXC_BIFF3 ); in Save()
[all …]
H A Dxeescher.cxx145 maAnchor.SetRect( GetRoot(), mnScTab, rRect, eMapUnit ); in ImplCalcAnchorRect()
382 XclExpControlHelper( rObjMgr.GetRoot() ), in XclExpOcxControlObj()
423 ImplWriteAnchor( GetRoot(), SdrObject::getSdrObjectFromXShape( xShape ), pChildAnchor ); in XclExpOcxControlObj()
486 XclExpControlHelper( rObjMgr.GetRoot() ), in XclExpTbxControlObj()
569 ImplWriteAnchor( GetRoot(), SdrObject::getSdrObjectFromXShape( xShape ), pChildAnchor ); in XclExpTbxControlObj()
927 XclExpRoot( rObjMgr.GetRoot() ) in XclExpChartObj()
946 ImplWriteAnchor( GetRoot(), pSdrObj, pChildAnchor ); in XclExpChartObj()
964 mxChart.reset( new XclExpChart( GetRoot(), xModel, aChartRect ) ); in XclExpChartObj()
1021 switch( rStrm.GetRoot().GetBiff() ) in Save()
1069 DBG_ASSERT_BIFF( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ); in WriteBody()
[all …]
H A Dxestyle.cxx1061 XclExpFontRef xFont( new XclExpFont( GetRoot(), rFontData, eColorType ) ); in Insert()
1076 maFontList.AppendNewRecord( new XclExpFont( GetRoot(), rFontData, eColorType ) ); in Insert()
1104 Font aFont = XclExpFontHelper::GetFontFromItemSet( GetRoot(), rItemSet, nScript ); in Insert()
1149 … maFontList.AppendNewRecord( new XclExpFont( GetRoot(), aFontData, EXC_COLOR_CELLTEXT ) ); in InitDefaultFonts()
1151 … maFontList.AppendNewRecord( new XclExpFont( GetRoot(), aFontData, EXC_COLOR_CELLTEXT ) ); in InitDefaultFonts()
1154 … maFontList.AppendNewRecord( new XclExpFont( GetRoot(), aFontData, EXC_COLOR_CELLTEXT ) ); in InitDefaultFonts()
1156 … maFontList.AppendNewRecord( new XclExpFont( GetRoot(), aFontData, EXC_COLOR_CELLTEXT ) ); in InitDefaultFonts()
1158 maFontList.AppendNewRecord( new XclExpBlindFont( GetRoot() ) ); in InitDefaultFonts()
1162 … maFontList.AppendNewRecord( new XclExpFont( GetRoot(), aFontData, EXC_COLOR_CELLTEXT ) ); in InitDefaultFonts()
1167 XclExpFontRef xFont( new XclExpFont( GetRoot(), aFontData, EXC_COLOR_CELLTEXT ) ); in InitDefaultFonts()
[all …]
H A Dimpop.cxx120 maStrm( rStrm, GetRoot() ), in ImportExcel()
144 pFormConv = pExcRoot->pFmlaConverter = new ExcelToSc( GetRoot() ); in ImportExcel()
226 … XclImpXF::ApplyPatternForBiff2CellFormat( GetRoot(), rScPos, nFlags1, nFlags2, nFlags3 ); in ReadXFIndex()
348 if( ScBaseCell* pCell = XclImpStringHelper::CreateCell( GetRoot(), aString, nXFIdx ) ) in ReadLabel()
463 if (GetRoot().GetBiff() != EXC_BIFF8) in SheetPassword()
466 GetRoot().GetSheetProtectBuffer().ReadPasswordHash( aIn, GetCurrScTab() ); in SheetPassword()
482 if (GetRoot().GetBiff() != EXC_BIFF8) in WinProtection()
485 GetRoot().GetDocProtectBuffer().ReadWinProtect( aIn ); in WinProtection()
622 if (GetRoot().GetBiff() != EXC_BIFF8) in SheetProtect()
625 GetRoot().GetSheetProtectBuffer().ReadProtect( aIn, GetCurrScTab() ); in SheetProtect()
[all …]
H A Dxeview.cxx56 const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo(); in SaveXml()
77 const XclExpTabInfo& rTabInfo = rStrm.GetRoot().GetTabInfo(); in WriteBody()
118 const XclExpRoot& rRoot = rStrm.GetRoot(); in WriteBody()
163 DBG_ASSERT_BIFF( rStrm.GetRoot().GetBiff() >= EXC_BIFF4 ); in WriteBody()
208 if( rStrm.GetRoot().GetBiff() >= EXC_BIFF5 ) in WriteBody()
277 XclExpPalette& rPal = rStrm.GetRoot().GetPalette(); in WriteBody()
447 …XML_colorId, OString::valueOf( (sal_Int32) rStrm.GetRoot().GetPalette().GetColo… in SaveXml()
501 XclExpWindow2 aWindow2( GetRoot(), maData, mnGridColorId ); in WriteWindow2()
H A Dxelink.cxx1052 return nIndex ? nIndex : AppendNew( new XclExpExtNameAddIn( GetRoot(), rName ) ); in InsertAddIn()
1058 return nIndex ? nIndex : AppendNew( new XclExpExtNameBase( GetRoot(), rName ) ); in InsertEuroTool()
1073 GetRoot(), CREATE_STRING( "StdDocumentName" ), EXC_EXTN_EXPDDE_STDDOC ) ); in InsertDde()
1077 … nIndex = AppendNew( new XclExpExtNameDde( GetRoot(), rItem, EXC_EXTN_EXPDDE, pScMatrix ) ); in InsertDde()
1087 return nIndex ? nIndex : AppendNew( new XclExpExtName( GetRoot(), rSupbook, rName, pArray ) ); in InsertExtName()
1324 mxExtNameBfr.reset( new XclExpExtNameBuffer( GetRoot() ) ); in GetExtNameBuffer()
1495 XclExpXctRef xXct( new XclExpXct( GetRoot(), rTabName, nSBTab, xCacheTable ) ); in InsertTabName()
1581 … XclExpSupbookRef xSupbook( new XclExpSupbook( GetRoot(), ::std::max( nXclCnt, nCodeCnt ) ) ); in XclExpSupbookBuffer()
1674 xSupbook.reset(new XclExpSupbook(GetRoot(), *pUrl)); in StoreCell()
1712 xSupbook.reset(new XclExpSupbook(GetRoot(), *pUrl)); in StoreCellRange()
[all …]
H A Dxepage.cxx77 if( rStrm.GetRoot().GetBiff() <= EXC_BIFF5 ) in WriteBody()
78 … aExString.AssignByte( maHdrString, rStrm.GetRoot().GetTextEncoding(), EXC_STR_8BITLENGTH ); in WriteBody()
118 XclBiff eBiff = rStrm.GetRoot().GetBiff(); in WriteBody()
158 SetRecSize( 2 + ((rStrm.GetRoot().GetBiff() <= EXC_BIFF5) ? 2 : 6) * mrPageBreaks.size() ); in Save()
165 bool bWriteRange = (rStrm.GetRoot().GetBiff() == EXC_BIFF8); in WriteBody()
264 XclExpHFConverter aHFConv( GetRoot() ); in XclExpPageSettings()
H A Dxicontent.cxx245 rStrm.GetRoot().GetXFRangeBuffer().SetHyperlink( aXclRange, aString ); in ReadHlink()
250 const XclImpRoot& rRoot = rStrm.GetRoot(); in ReadEmbeddedData()
437 const XclImpRoot& rRoot = rStrm.GetRoot(); in ReadLabelranges()
576 XclImpFont aFont( GetRoot() ); in ReadCF()
677 XclImpCondFormat* pFmt = new XclImpCondFormat( GetRoot(), maCondFmtList.Count() ); in ReadCondfmt()
700 const XclImpRoot& rRoot = rStrm.GetRoot(); in ReadDval()
715 const XclImpRoot& rRoot = rStrm.GetRoot(); in ReadDV()
1101 switch( rStrm.GetRoot().GetBiff() ) in ReadFilepass()
1116 rStrm.GetRoot().RequestEncryptionData( *xDecr ); in ReadFilepass()
H A Dxename.cxx400 XclExpNameRef xName( new XclExpName( GetRoot(), cBuiltIn ) ); in InsertBuiltInName()
410 XclExpNameRef xName( new XclExpName( GetRoot(), GetUnusedName( rName ) ) ); in InsertUniqueName()
431 XclExpNameRef xName( new XclExpName( GetRoot(), rName ) ); in InsertRawName()
450 XclExpNameRef xName( new XclExpName( GetRoot(), rMacroName ) ); in InsertMacroCall()
552 XclExpNameRef xName( new XclExpName( GetRoot(), rName ) ); in CreateName()
602 XclExpNameRef xName( new XclExpName( GetRoot(), GetUnusedName( rName ) ) ); in CreateName()
H A Dxilink.cxx259 DBG_ASSERT_BIFF( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ); in ReadTabid()
260 if( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ) in ReadTabid()
301 maName = rStrm.GetRoot().GetScAddInName( maName ); in XclImpExtName()
448 XclImpRoot( rStrm.GetRoot() ), in XclImpSupbook()
468 XclImpUrlHelper::DecodeUrl( maXclUrl, bSelf, GetRoot(), aEncUrl ); in XclImpSupbook()
561 ScExternalRefManager* pRefMgr = GetRoot().GetDoc().GetExternalRefManager(); in LoadCachedValues()
H A Dxistring.cxx58 switch( rStrm.GetRoot().GetBiff() ) in Read()
111 bool bBiff8 = rStrm.GetRoot().GetBiff() == EXC_BIFF8; in ReadFormats()
122 if( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ) in ReadFormats()
H A Dxiescher.cxx1468 XclImpStringHelper::CreateTextObject( GetRoot(), *maTextData.mxString ) ); in DoPreProcessSdrObj()
1650 mxChart.reset( new XclImpChart( GetRoot(), mbOwnTab ) ); in ReadChartSubStream()
1796 …aAnchor.SetRect( GetRoot(), GetCurrScTab(), Rectangle( 1000, 500, nWidth, nHeight ), MAP_100TH_MM … in FinalizeTabChart()
2849 maGraphic = XclImpDrawing::ReadImgData( GetRoot(), rStrm ); in DoReadObj3()
2864 maGraphic = XclImpDrawing::ReadImgData( GetRoot(), rStrm ); in DoReadObj4()
2886 maGraphic = XclImpDrawing::ReadImgData( GetRoot(), rStrm ); in DoReadObj5()
3595 XclImpStream aXclStrm( aMemStream, GetRoot() ); in ReadHlinkProperty()
3768 xDrawObj = XclImpDrawObjBase::ReadObj3( GetRoot(), rStrm ); in ReadObj()
3771 xDrawObj = XclImpDrawObjBase::ReadObj4( GetRoot(), rStrm ); in ReadObj()
3775 xDrawObj = XclImpDrawObjBase::ReadObj5( GetRoot(), rStrm ); in ReadObj()
[all …]
H A Dxipivot.cxx239 … maOrigItems[ nItemIdx ]->WriteToSource( GetRoot(), ScAddress( mnSourceScCol, nScRow, nScTab ) ); in WriteOrigItemToSource()
245 maOrigItems.back()->WriteToSource( GetRoot(), ScAddress( mnSourceScCol, nScRow, nScTab ) ); in WriteLastOrigItemToSource()
645 XclImpUrlHelper::DecodeUrl( maUrl, maTabName, mbSelfRef, GetRoot(), aEncUrl ); in ReadDconref()
714 XclImpStream aPCStrm( *xSvStrm, GetRoot() ); in ReadPivotCacheStream()
741 xCurrField.reset( new XclImpPCField( GetRoot(), *this, nNewFieldIdx ) ); in ReadPivotCacheStream()
1542 XclImpPivotCacheRef xPCache( new XclImpPivotCache( GetRoot() ) ); in ReadSxidstm()
1563 XclImpPivotTableRef xPTable( new XclImpPivotTable( GetRoot() ) ); in ReadSxview()
/AOO41X/main/sw/inc/
H A DSwNumberTree.hxx325 if ( GetRoot() ) in InvalidateAndNotifyTree()
327 GetRoot()->InvalidateTree(); in InvalidateAndNotifyTree()
328 GetRoot()->Notify(); in InvalidateAndNotifyTree()
404 SwNumberTreeNode* GetRoot() const;
/AOO41X/main/sot/source/sdstor/
H A Dstgio.cxx100 StgDirEntry* pRoot = pTOC->GetRoot(); in SetupStreams()
323 sal_uLong nErr = MarkAll( rIo.pTOC->GetRoot() ); in ValidateDirectoryEntries()
327 nErr = aFat.Mark( rIo.pTOC->GetRoot()->aEntry.GetStartPage(), in ValidateDirectoryEntries()
328 rIo.pTOC->GetRoot()->aEntry.GetSize(), -2 ); in ValidateDirectoryEntries()
/AOO41X/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx66 pStrm = new XclImpStream( *xInStrm, GetRoot() ); in XclImpChangeTrack()
169 XclImpUrlHelper::DecodeUrl( aUrl, bSelf, GetRoot(), aEncUrl ); in Read3DTabRefInfo()
199 XclImpStream aFmlaStrm( aMemStrm, GetRoot() ); in ReadFormula()
201 XclImpChTrFmlConverter aFmlConv( GetRoot(), *this ); in ReadFormula()
H A DXclExpChangeTrack.cxx1181 …pXclAction = new XclExpChTrCellContent( (const ScChangeActionContent&) rAction, GetRoot(), *pTabId… in PushActionRecord()
1188 … pXclAction = new XclExpChTrInsert( rAction, GetRoot(), *pTabIdBuffer, *pTempChangeTrack ); in PushActionRecord()
1192 pXclAction = new XclExpChTrInsertTab( rAction, GetRoot(), *pTabIdBuffer ); in PushActionRecord()
1201 …pXclAction = new XclExpChTrMoveRange( (const ScChangeActionMove&) rAction, GetRoot(), *pTabIdBuffe… in PushActionRecord()
1216 XclExpStream aXclStrm( *xSvStrm, GetRoot() ); in WriteUserNamesStream()
1238 XclExpStream aXclStrm( *xSvStrm, GetRoot(), EXC_MAXRECSIZE_BIFF8 + 8 ); in Write()
/AOO41X/main/sw/source/core/SwNumberTree/
H A DSwNodeNum.cxx446 ? dynamic_cast<SwNodeNum*>(rNodeNum.GetRoot()) in HandleNumberTreeRootNodeDelete()
524 GetRoot() in GetPrecedingNodeNumOf()
525 ? GetRoot()->GetPrecedingNodeOf( aNodeNumForTxtNode ) in GetPrecedingNodeNumOf()
H A DSwNumberTree.cxx115 SwNumberTreeNode * SwNumberTreeNode::GetRoot() const in GetRoot() function in SwNumberTreeNode
859 if ( mpParent == GetRoot() ) in HasPhantomCountedParent()
943 SwNumberTreeNode* pRootTreeNode = GetRoot(); in SetLevelInListTree()
1353 if ( pPrecedingNode == 0 && GetRoot() ) in GetPrecedingNodeOf()
1379 SwNumberTreeNode* pRootNode = GetParent() ? GetRoot() : this; in NotifyNodesOnListLevel()

123