/aoo41x/main/editeng/source/items/ |
H A D | paraitem.cxx | 1028 … pArr[i].Position = bConvert ? TWIP_TO_MM100(rTab.GetTabPos()) : rTab.GetTabPos(); in QueryValue() 1048 … rVal <<= static_cast<sal_Int32>(bConvert ? TWIP_TO_MM100(rTab.GetTabPos()) : rTab.GetTabPos()); in QueryValue() 1141 rTab.GetAdjustment(), rTab.GetDecimal(), rTab.GetFill() ); in PutValue() 1271 const SvxTabStop& rTab = (*this)[ i ]; in Store() local 1272 rStrm << (long) rTab.GetTabPos() in Store() 1273 << (sal_Int8) rTab.GetAdjustment() in Store() 1275 << (unsigned char) rTab.GetFill(); in Store() 1295 sal_uInt16 nTabPos = GetPos(rTab); in Insert() 1298 return SvxTabStopArr::Insert( rTab ); in Insert() 1306 const SvxTabStop& rTab = (*pTabs)[i]; in Insert() local [all …]
|
/aoo41x/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 91 pTable( &rTab ) in SwTabFrm() 120 SwLayoutFrm( rTab.GetFmt(), &rTab ), in SwTabFrm() 122 pTable( rTab.GetTable() ) in SwTabFrm() 134 SetFollow( rTab.GetFollow() ); in SwTabFrm() 135 rTab.SetFollow( this ); in SwTabFrm() 608 lcl_MoveFootnotes( rTab, *rTab.GetFollow(), *pTmpLastLineRow ); in lcl_PreprocessRowsInCells() 641 lcl_MoveFootnotes( rTab, *rTab.GetFollow(), *pRowFrm ); in lcl_PostprocessRowsInCells() 683 SWRECTFN( rTab.GetUpper() ) in lcl_RecalcSplitLine() 709 SwTabFrm* pMaster = rTab.IsFollow() ? (SwTabFrm*)rTab.FindMaster() : 0; in lcl_RecalcSplitLine() 784 (rTab.Frm().*fnRect->fnBottomDist)( (rTab.GetUpper()->*fnRect->fnGetPrtBottom)()); in lcl_RecalcSplitLine() [all …]
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | frmbase.cxx | 117 SCsTAB& rTab = a.Ref1.nTab; in Append() local 118 if( rTab > MAXTAB ) in Append() 119 rTab = MAXTAB; in Append() 120 else if( rTab < 0 ) in Append() 121 rTab = 0; in Append()
|
/aoo41x/main/sw/source/core/tox/ |
H A D | tox.cxx | 460 const SvxTabStop& rTab = (*pTabStops)[nTab]; in AdjustTabStops() local 467 if ( SVX_TAB_ADJUST_DEFAULT != rTab.GetAdjustment() ) in AdjustTabStops() 472 aToken.nTabStopPosition = rTab.GetTabPos(); in AdjustTabStops() 473 aToken.eTabAlign = rTab.GetAdjustment(); in AdjustTabStops() 474 aToken.cTabFillChar = rTab.GetFill(); in AdjustTabStops() 487 aIt->nTabStopPosition = rTab.GetTabPos(); in AdjustTabStops() 489 SVX_TAB_ADJUST_RIGHT == rTab.GetAdjustment() ? in AdjustTabStops() 491 rTab.GetAdjustment(); in AdjustTabStops() 492 aIt->cTabFillChar = rTab.GetFill(); in AdjustTabStops()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | tstpitem.hxx | 130 sal_uInt16 GetPos( const SvxTabStop& rTab ) const; 137 sal_Bool Insert( const SvxTabStop& rTab ); 140 void Remove( SvxTabStop& rTab ) in Remove() argument 141 { SvxTabStopArr::Remove( rTab ); } in Remove()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editdoc2.cxx | 477 const SvxTabStop& rTab = rItem[i]; in ConvertItem() local 478 …op( OutputDevice::LogicToLogic( rTab.GetTabPos(), eSourceUnit, eDestUnit ), rTab.GetAdjustment(), … in ConvertItem()
|
H A D | editdbg.cxx | 165 const SvxTabStop& rTab = rTabs[i]; in DbgOutItem() local 166 aDebStr += ByteString::CreateFromInt32( rTab.GetTabPos() ); in DbgOutItem()
|
H A D | editdoc.cxx | 1141 const SvxTabStop& rTab = rTabs[i]; in FindTabStop() local 1142 if ( rTab.GetTabPos() > nCurPos ) in FindTabStop() 1143 return rTab; in FindTabStop()
|
/aoo41x/main/cui/source/options/ |
H A D | optchart.cxx | 36 void ChartColorLB::FillBox( const SvxChartColorTable & rTab ) in FillBox() argument 38 long nCount = rTab.size(); in FillBox() 43 Append( rTab[ i ] ); in FillBox()
|
H A D | optchart.hxx | 49 void FillBox( const SvxChartColorTable & rTab );
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen3.cxx | 420 sal_Bool ScDocument::LinkExternalTab( SCTAB& rTab, const String& aDocTab, in LinkExternalTab() argument 428 rTab = 0; in LinkExternalTab() 446 rTab = GetTableCount() - 1; in LinkExternalTab() 448 TransferTab( pSrcDoc, nSrcTab, rTab, sal_False, sal_True ); in LinkExternalTab() 456 SetLink( rTab, SC_LINK_VALUE, aFileName, aFilterName, aOptions, aTabName, nRefreshDelay ); in LinkExternalTab() 1144 SCCOL& rCol, SCROW& rRow, SCTAB& rTab, in SearchAndReplace() argument 1153 if (VALIDTAB(rTab)) in SearchAndReplace() 1182 for (nTab = rTab; ((SCsTAB)nTab >= 0) && !bFound; nTab--) in SearchAndReplace() 1193 rTab = nTab; in SearchAndReplace() 1203 for (nTab = rTab; (nTab <= MAXTAB) && !bFound; nTab++) in SearchAndReplace() [all …]
|
/aoo41x/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 597 SvxTabStop& rTab = (SvxTabStop&)aTStop[ n ]; in SetNumLSpace() local 598 if( SVX_TAB_ADJUST_DEFAULT != rTab.GetAdjustment() ) in SetNumLSpace() 600 if( !rTab.GetTabPos() ) in SetNumLSpace() 606 rTab.GetTabPos() += nOffset; in SetNumLSpace()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txttab.cxx | 186 const SvxTabStopItem& rTab = in NewTabPortion() local 189 if( rTab.Count() ) in NewTabPortion() 190 nDefTabDist = (KSHORT)rTab.GetStart()->GetTabPos(); in NewTabPortion()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 107 void ScInterpreter::ReplaceCell( SCCOL& rCol, SCROW& rRow, SCTAB& rTab ) in ReplaceCell() argument 110 ScAddress aCellPos( rCol, rRow, rTab ); in ReplaceCell() 118 rTab = pTOp->aNew1.Tab(); in ReplaceCell() 125 rTab = pTOp->aNew2.Tab(); in ReplaceCell() 1132 SCCOL & rCol, SCROW & rRow, SCTAB & rTab ) in SingleRefToVars() argument 1144 rTab = aPos.Tab() + rRef.nRelTab; in SingleRefToVars() 1146 rTab = rRef.nTab; in SingleRefToVars() 1151 if( !ValidTab( rTab, pDok->GetTableCount() - 1) || rRef.IsTabDeleted() ) in SingleRefToVars() 1152 SetError( errNoRef ), rTab = 0; in SingleRefToVars() 1156 void ScInterpreter::PopSingleRef(SCCOL& rCol, SCROW &rRow, SCTAB& rTab) in PopSingleRef() argument [all …]
|
H A D | refupdat.cxx | 856 void ScRefUpdate::DoTranspose( SCsCOL& rCol, SCsROW& rRow, SCsTAB& rTab, in DoTranspose() argument 862 SCsTAB nNewTab = rTab+nDz; in DoTranspose() 866 rTab = nNewTab; in DoTranspose()
|
H A D | dbcolect.cxx | 376 void ScDBData::GetArea(SCTAB& rTab, SCCOL& rCol1, SCROW& rRow1, SCCOL& rCol2, SCROW& rRow2) const in GetArea() argument 378 rTab = nTable; in GetArea()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 210 void ReplaceCell( SCCOL& rCol, SCROW& rRow, SCTAB& rTab ); // for TableOp 304 void SingleRefToVars( const ScSingleRefData & rRef, SCCOL & rCol, SCROW & rRow, SCTAB & rTab ); 306 void PopSingleRef(SCCOL& rCol, SCROW &rRow, SCTAB& rTab);
|
H A D | refupdat.hxx | 85 static void DoTranspose( SCsCOL& rCol, SCsROW& rRow, SCsTAB& rTab, ScDocument* pDoc,
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 442 SvLBoxTab::SvLBoxTab( const SvLBoxTab& rTab ) in SvLBoxTab() argument 445 nPos = rTab.nPos; in SvLBoxTab() 446 pUserData = rTab.pUserData; in SvLBoxTab() 447 nFlags = rTab.nFlags; in SvLBoxTab()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2834 SwTable& rTab = *pTab->GetTable(); in SetTabCols() local 2835 const SwFmtFrmSize& rTblFrmSz = rTab.GetFrmFmt()->GetFrmSize(); in SetTabCols() 2842 SvxShadowItem aShadow( rTab.GetFrmFmt()->GetShadow() ); in SetTabCols() 2850 rTab.GetFrmFmt()->SetFmtAttr( aSz ); in SetTabCols() 2867 rTab.GetTabCols( aOld, pBox ); in SetTabCols() 2868 SetTabCols(rTab, rNew, aOld, pBox, bCurRowOnly ); in SetTabCols() 3000 void SwDoc::SetTabCols(SwTable& rTab, const SwTabCols &rNew, const SwTabCols &rOld, in SetTabCols() argument 3006 new SwUndoAttrTbl( *rTab.GetTableNode(), sal_True )); in SetTabCols() 3008 rTab.SetTabCols( rNew, rOld, pStart, bCurRowOnly ); in SetTabCols()
|
/aoo41x/main/sc/inc/ |
H A D | scmod.hxx | 174 void SetDragLink( const String& rDoc, const String& rTab, const String& rArea );
|
H A D | dbcolect.hxx | 136 void GetArea(SCTAB& rTab, SCCOL& rCol1, SCROW& rRow1, SCCOL& rCol2, SCROW& rRow2) const;
|
H A D | dociter.hxx | 75 void GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab );
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 2847 const SvxTabStop& rTab, long nCurrentLeft ) in impl_WriteTabElement() argument 2851 switch (rTab.GetAdjustment()) in impl_WriteTabElement() 2869 …pTabElementAttrList->add( FSNS( XML_w, XML_pos ), OString::valueOf( rTab.GetTabPos() + nCurrentLef… in impl_WriteTabElement() 2871 sal_Unicode cFillChar = rTab.GetFill(); in impl_WriteTabElement()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 353 sal_Bool GetChartArea( ScRangeListRef& rSource, Rectangle& rDest, SCTAB& rTab ) const;
|