Searched refs:aTabItem (Results 1 – 4 of 4) sorted by relevance
102 TableItem aTabItem; in SetDataFromDocument() local103 rDoc.GetName(i, aTabItem.maName); in SetDataFromDocument()107 aTabItem.mpProtect.reset(new ScTableProtection(*pTabProtect)); in SetDataFromDocument()109 maTableItems.push_back(aTabItem); in SetDataFromDocument()
1084 SfxUInt16Item aTabItem( SID_CURRENTTAB, static_cast<sal_uInt16>(nTabNo) + 1 ); in SetCurrentTable() local1087 &aTabItem, 0L ); in SetCurrentTable()
6575 SvxTabStopItem aTabItem( 0, 0, SVX_TAB_ADJUST_DEFAULT, EE_PARA_TABS ); in ApplyTo() local6592 aTabItem.Insert( SvxTabStop( ( ( (long( nTab - nTextOfs2 )) * 2540 ) / 576 ), eTabAdjust ) ); in ApplyTo()6597 aTabItem.Insert( SvxTabStop( (sal_uInt16)0 ) ); in ApplyTo()6605 aTabItem.Insert( SvxTabStop( (sal_uInt16)( ( ( nTab - nTextOfs2 ) * 2540 ) / 576 ) ) ); in ApplyTo()6609 rSet.Put( aTabItem ); in ApplyTo()
2792 SfxVoidItem aTabItem( EE_FEATURE_TAB ); in ImpInsertText() local2842 aPaM = aEditDoc.InsertFeature( aPaM, aTabItem ); in ImpInsertText()
Completed in 64 milliseconds