Lines Matching refs:nDefTab
473 sal_uInt16 nDefTab = 0; in CreateItemSet() local
475 nDefTab = pDoc->GetDefaultTabulator(); in CreateItemSet()
477 nDefTab = pOptions->GetDefTab(); in CreateItemSet()
478 pRet->Put( SfxUInt16Item( SID_ATTR_DEFTABSTOP, nDefTab ) ); in CreateItemSet()
601 sal_uInt16 nDefTab = pOptions->GetDefTab(); in ApplyItemSet() local
605 nDefTab = ( (SfxUInt16Item*) pItem )->GetValue(); in ApplyItemSet()
606 pOptions->SetDefTab( nDefTab ); in ApplyItemSet()
696 pDocument->SetDefaultTabulator( nDefTab ); in ApplyItemSet()
700 pOutl->SetDefTab( nDefTab ); in ApplyItemSet()
704 pInternalOutl->SetDefTab( nDefTab ); in ApplyItemSet()
754 pViewShell->SetDefTabHRuler( nDefTab ); in ApplyItemSet()