| /trunk/main/editeng/inc/editeng/ |
| H A D | tstpitem.hxx | 40 class EDITENG_DLLPUBLIC SvxTabStop class 49 EDITENG_DLLPRIVATE friend SvStream& operator<<( SvStream&, SvxTabStop& ); 54 SvxTabStop(); 56 SvxTabStop( const long nPos, 61 SvxTabStop::SvxTabStop( const long nPos, 82 sal_Bool IsEqual( const SvxTabStop& rTS ) const in IsEqual() 91 sal_Bool operator==( const SvxTabStop& rTS ) const in operator ==() 93 sal_Bool operator <( const SvxTabStop& rTS ) const in operator <() 96 SvxTabStop& operator=( const SvxTabStop& rTS ) in operator =() 108 SV_DECL_VARARR_SORT_VISIBILITY( SvxTabStopArr, SvxTabStop, SVX_TAB_DEFCOUNT, 1, EDITENG_DLLPUBLIC ) [all …]
|
| H A D | memberids.hrc | 45 // SvxTabStop
|
| /trunk/main/editeng/source/items/ |
| H A D | paraitem.cxx | 100 SV_IMPL_VARARR_SORT( SvxTabStopArr, SvxTabStop ) in SV_IMPL_VARARR_SORT() argument 873 SvxTabStop::SvxTabStop() in SvxTabStop() function in SvxTabStop 883 SvxTabStop::SvxTabStop( const long nPos, const SvxTabAdjust eAdjst, in SvxTabStop() function in SvxTabStop 892 void SvxTabStop::fillDecimal() const in fillDecimal() 899 XubString SvxTabStop::GetValueString() const in GetValueString() 935 SvxTabStop aTab( (i + 1) * nDist, eAdjst ); in SvxTabStopItem() 951 SvxTabStop aTab( (i + 1) * nDist, eAdjst ); in SvxTabStopItem() 967 sal_uInt16 SvxTabStopItem::GetPos( const SvxTabStop& rTab ) const in GetPos() 978 return Seek_Entry( SvxTabStop( nPos ), &nFound ) ? nFound : SVX_TAB_NOTFOUND; in GetPos() 1027 const SvxTabStop& rTab = *(GetStart() + i); in QueryValue() [all …]
|
| /trunk/main/cui/source/tabpages/ |
| H A D | tabstpge.cxx | 81 SvxTabStop aSwTabStop( nDefDist, SVX_TAB_ADJUST_DEFAULT ); in FillUpWithDefTabs_Impl() 252 SvxTabStop aNull( 0, SVX_TAB_ADJUST_DEFAULT ); in FillItemSet() 261 SvxTabStop aTmpStop = aNewTabs[i]; in FillItemSet() 308 SvxTabStop aTmpStop = aTmp[i]; in Reset()
|
| /trunk/main/sw/source/core/text/ |
| H A D | txttab.cxx | 56 const SvxTabStop *SwLineInfo::GetTabStop( const SwTwips nSearchPos, in GetTabStop() 61 const SvxTabStop &rTabStop = pRuler->operator[](i); in GetTabStop() 168 const SvxTabStop* pTabStop = aLineInf.GetTabStop( nSearchPos, nMyRight ); in NewTabPortion()
|
| H A D | inftxt.hxx | 47 class SvxTabStop; 116 const SvxTabStop *GetTabStop( const SwTwips nSearchPos,
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8atr.cxx | 644 SvxTabStop& rTab = (SvxTabStop&)aTStop[ nCnt ]; in CorrectTabStopInSet() 4766 void Add(const SvxTabStop &rTS, long nAdjustment); 4767 void Del(const SvxTabStop &rTS, long nAdjustment); 4787 void SwWW8WrTabu::Add(const SvxTabStop & rTS, long nAdjustment) in Add() 4838 void SwWW8WrTabu::Del(const SvxTabStop &rTS, long nAdjustment) in Del() 4886 const SvxTabStop& rTS = rTStops[n]; in ParaTabStopAdd() 4894 bool lcl_IsEqual(long nOneLeft, const SvxTabStop &rOne, in lcl_IsEqual() 4895 long nTwoLeft, const SvxTabStop &rTwo) in lcl_IsEqual() 4917 const SvxTabStop* pTO; in ParaTabStopDelAdd() 4935 const SvxTabStop* pTN; in ParaTabStopDelAdd()
|
| /trunk/main/editeng/source/editeng/ |
| H A D | editdoc2.cxx | 477 const SvxTabStop& rTab = rItem[i]; in ConvertItem() 478 …SvxTabStop aNewStop( OutputDevice::LogicToLogic( rTab.GetTabPos(), eSourceUnit, eDestUnit ), rTab.… in ConvertItem()
|
| H A D | editdoc.hxx | 43 class SvxTabStop; 190 SvxTabStop FindTabStop( long nCurPos, sal_uInt16 nDefTab );
|
| H A D | editdoc.cxx | 1134 SvxTabStop ContentAttribs::FindTabStop( long nCurPos, sal_uInt16 nDefTab ) in FindTabStop() 1139 const SvxTabStop& rTab = rTabs[i]; in FindTabStop() 1145 SvxTabStop aTabStop; in FindTabStop()
|
| H A D | editobj.cxx | 1608 const SvxTabStop& rT = rTabs[ t ]; in CreateData() 1609 aNewTabs.Insert( SvxTabStop( rT.GetTabPos() - rLRSpace.GetTxtLeft(), in CreateData()
|
| H A D | editdbg.cxx | 165 const SvxTabStop& rTab = rTabs[i]; in DbgOutItem()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | poolfmt.cxx | 282 aTStops.Insert( SvxTabStop( nRightMargin - nLeft, in lcl_SetRegister() 429 SvxTabStopItem aTStops(RES_PARATR_TABSTOP); aTStops.Insert( SvxTabStop( 0 )); in GetTxtCollFromPool() 449 SvxTabStopItem aTStops( RES_PARATR_TABSTOP ); aTStops.Insert( SvxTabStop( 0 )); in GetTxtCollFromPool() 563 aTStops.Insert( SvxTabStop( nRightMargin / 2, SVX_TAB_ADJUST_CENTER ) ); in GetTxtCollFromPool() 564 aTStops.Insert( SvxTabStop( nRightMargin, SVX_TAB_ADJUST_RIGHT ) ); in GetTxtCollFromPool()
|
| H A D | docfmt.cxx | 1226 SvxTabStop* pTabs = ((SvxTabStop*)rChgTabStop.GetStart()) in lcl_SetNewDefTabStops()
|
| H A D | doctxm.cxx | 1715 aTStops.Insert( SvxTabStop( nTabPosition, in GenerateText() 1773 aTStops.Insert( SvxTabStop( nRightMargin, SVX_TAB_ADJUST_RIGHT, in GenerateText()
|
| /trunk/main/svx/sdi/ |
| H A D | svxitems.sdi | 650 struct SvxTabStop 655 item SvxTabStop SvxTabStopItem;
|
| /trunk/main/editeng/source/rtf/ |
| H A D | rtfitem.cxx | 1356 SvxTabStop aTabStop; in ReadTabAttr() 1369 aTabStop = SvxTabStop(); // alle Werte default in ReadTabAttr() 2064 ((SvxTabStop&)aNewTab[ --nAnzTabs ]).GetAdjustment() = SVX_TAB_ADJUST_DEFAULT; in SetDefault()
|
| /trunk/main/sw/source/filter/basflt/ |
| H A D | fltini.cxx | 597 SvxTabStop& rTab = (SvxTabStop&)aTStop[ n ]; in SetNumLSpace()
|
| /trunk/main/cui/source/inc/ |
| H A D | tabstpge.hxx | 126 SvxTabStop aAktTab;
|
| /trunk/main/svx/source/dialog/ |
| H A D | svxruler.cxx | 1269 const SvxTabStop *pTab = &(*pTabStopItem)[j]; in UpdateTabs() 2507 SvxTabStop aTabStop = (*pTabStopItem)[j]; in ApplyTabs() 2522 SvxTabStop aTabStop = (*pTabStopItem)[nCoreIdx]; in ApplyTabs() 2867 SvxTabStop aTabStop(ConvertHPosLogic(nTabPos), in Click() 3718 SvxTabStop aTabStop = (*pTabStopItem)[pRuler_Imp->nIdx]; in IMPL_LINK_INLINE_END()
|
| /trunk/main/sw/source/filter/ww1/ |
| H A D | w1filter.cxx | 1454 ((SvxTabStop&)aNewTab[0]).GetAdjustment() = SVX_TAB_ADJUST_DEFAULT; in Out() 1558 SvxTabStop aTabStop; in OutDefaults()
|
| H A D | w1sprm.cxx | 370 SvxTabStop aTabStop; in Start()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 513 SvxTabStop aSwTabStop( nDefDist, SVX_TAB_ADJUST_DEFAULT ); in MakeDefTabs()
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | swparrtf.cxx | 3842 SvxTabStop* pTabs = (SvxTabStop*)aTStop.GetStart(); in SetSwgValues() 3849 aTStop.Insert( SvxTabStop() ); in SetSwgValues()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewtab.cxx | 670 SvxTabStop aSwTabStop( 0, SVX_TAB_ADJUST_DEFAULT ); in ExecTabWin() 768 SvxTabStop aSwTabStop( 0, SVX_TAB_ADJUST_DEFAULT ); in ExecTabWin()
|