/trunk/main/svx/source/items/ |
H A D | pageitem.cxx | 53 eNumType ( SVX_ARABIC ), in SvxPageItem() 66 eNumType = rItem.eNumType; in SvxPageItem() 88 return ( eNumType == rItem.eNumType && in operator ==() 128 DBG_ASSERT( eNumType <= SVX_NUMBER_NONE, "enum overflow" ); in GetPresentation() 129 rText += SVX_RESSTR(RID_SVXITEMS_PAGE_NUM_BEGIN + eNumType); in GetPresentation() 147 DBG_ASSERT( eNumType <= SVX_NUMBER_NONE, "enum overflow" ); in GetPresentation() 148 rText += SVX_RESSTR(RID_SVXITEMS_PAGE_NUM_BEGIN + eNumType); in GetPresentation() 173 rVal <<= (sal_Int16)( eNumType ); in QueryValue() 211 eNumType = (SvxNumType)nValue; in PutValue() 273 rStrm << (sal_uInt8)eNumType << bLandscape << eUse; in Store()
|
/trunk/main/svx/source/sidebar/ |
H A D | nbdtmg.cxx | 1030 sal_Int16 eNumType = aFmt.GetNumberingType(); in GetNBOIndexForNumRule() local 1031 if( eNumType == SVX_NUM_CHAR_SPECIAL) in GetNBOIndexForNumRule() 1169 if ( eNumType == SVX_NUM_CHAR_SPECIAL ) in RelplaceNumRule() 1555 eNumType == eNType ) in GetNBOIndexForNumRule() 1591 _pSet->pNumSetting->nNumberType = eNumType; in RelplaceNumRule() 1806 if( eNumType == SVX_NUM_CHAR_SPECIAL) in GetNBOIndexForNumRule() 1844 eNumType == eNType && in GetNBOIndexForNumRule() 1888 if( eNumType == SVX_NUM_CHAR_SPECIAL) in RelplaceNumRule() 1895 _pSet->nNumberType = eNumType; in RelplaceNumRule() 1905 _pSet->nNumberType = eNumType; in RelplaceNumRule() [all …]
|
/trunk/main/svx/inc/svx/ |
H A D | pageitem.hxx | 79 SvxNumType eNumType; // Numerierung member in SvxPageItem 110 SvxNumType GetNumType() const { return eNumType; } in GetNumType() 111 void SetNumType(SvxNumType eNum) { eNumType = eNum; } in SetNumType()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaDataImpl.cxx | 325 ObjectTypeEnum eNumType= adPermObjTable; in MapObjectType() local 331 eNumType = adPermObjView; in MapObjectType() 334 eNumType = adPermObjColumn; in MapObjectType() 337 return eNumType; in MapObjectType()
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | hfedtdlg.cxx | 66 eNumType = ((const SvxPageItem&)rCoreSet.Get(ATTR_PAGE)).GetNumType(); in ScHFEditDlg() 176 ((ScHFEditPage&)rPage).SetNumType(eNumType); in PageCreated()
|
H A D | scuitphfedit.cxx | 199 void ScHFEditPage::SetNumType(SvxNumType eNumType) in SetNumType() argument 201 aWndLeft.SetNumType(eNumType); in SetNumType() 202 aWndCenter.SetNumType(eNumType); in SetNumType() 203 aWndRight.SetNumType(eNumType); in SetNumType()
|
H A D | tphf.cxx | 258 SvxNumType eNumType = ((const SvxPageItem&)aDataSet.Get(ATTR_PAGE)).GetNumType(); in IMPL_LINK() local 259 ((ScHFEditPage*)pDlg->GetTabPage())->SetNumType(eNumType); in IMPL_LINK()
|
H A D | tphfedit.cxx | 451 void ScEditWindow::SetNumType(SvxNumType eNumType) in SetNumType() argument 453 pEdEngine->SetNumType(eNumType); in SetNumType()
|
/trunk/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 435 sal_Int16 eNumType = aFmt.GetNumberingType(); in UserDraw() local 436 if( eNumType == SVX_NUM_CHAR_SPECIAL) in UserDraw() 467 }else if ( eNumType == SVX_NUM_BITMAP ) in UserDraw()
|
/trunk/main/sc/source/core/tool/ |
H A D | editutil.cxx | 636 eNumType = SVX_ARABIC; in ScHeaderFieldData() 654 aRet = lcl_GetNumStr( aData.nPageNo,aData.eNumType ); in CalcFieldValue() 656 aRet = lcl_GetNumStr( aData.nTotalPages,aData.eNumType ); in CalcFieldValue()
|
/trunk/main/sc/inc/ |
H A D | editutil.hxx | 194 SvxNumType eNumType; member 238 void SetNumType(SvxNumType eNew) { aData.eNumType = eNew; } in SetNumType()
|
/trunk/main/sc/source/ui/inc/ |
H A D | hfedtdlg.hxx | 38 SvxNumType eNumType; member in ScHFEditDlg
|
H A D | tphfedit.hxx | 76 void SetNumType(SvxNumType eNumType);
|
H A D | scuitphfedit.hxx | 61 void SetNumType(SvxNumType eNumType);
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8num.cxx | 207 static sal_uInt8 GetLevelNFC( sal_uInt16 eNumType, const SfxItemSet *pOutSet) in GetLevelNFC() argument 210 switch( eNumType ) in GetLevelNFC()
|
H A D | wrtww8.hxx | 1100 static sal_uInt8 GetNumId( sal_uInt16 eNumType );
|
H A D | ww8atr.cxx | 661 sal_uInt8 WW8Export::GetNumId( sal_uInt16 eNumType ) in GetNumId() argument 664 switch( eNumType ) in GetNumId()
|
/trunk/main/editeng/source/items/ |
H A D | numitem.cxx | 742 char cAdd = (SVX_NUM_CHARS_UPPER_LETTER == eNumType ? 'A' : 'a') - 1; in GetCharStr() 762 if( SVX_NUM_CHARS_UPPER_LETTER_N == eNumType ) in GetCharStrN()
|
/trunk/main/cui/source/tabpages/ |
H A D | page.cxx | 524 SvxNumType eNumType = SVX_ARABIC; in Reset() local 532 eNumType = rItem.GetNumType(); in Reset() 543 aNumberFormatBox.SelectEntryPos( sal::static_int_cast< sal_uInt16 >(eNumType) ); in Reset()
|
/trunk/main/sc/source/ui/view/ |
H A D | printfun.cxx | 838 aFieldData.eNumType = pPageItem->GetNumType(); in InitParam()
|