Home
last modified time | relevance | path

Searched refs:eNumType (Results 1 – 20 of 20) sorted by relevance

/aoo41x/main/svx/source/items/
H A Dpageitem.cxx53 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()
/aoo41x/main/svx/source/sidebar/
H A Dnbdtmg.cxx1030 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 …]
/aoo41x/main/svx/inc/svx/
H A Dpageitem.hxx79 SvxNumType eNumType; // Numerierung member in SvxPageItem
110 SvxNumType GetNumType() const { return eNumType; } in GetNumType()
111 void SetNumType(SvxNumType eNum) { eNumType = eNum; } in SetNumType()
/aoo41x/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx325 ObjectTypeEnum eNumType= adPermObjTable; in MapObjectType() local
331 eNumType = adPermObjView; in MapObjectType()
334 eNumType = adPermObjColumn; in MapObjectType()
337 return eNumType; in MapObjectType()
/aoo41x/main/sc/source/ui/pagedlg/
H A Dhfedtdlg.cxx67 eNumType = ((const SvxPageItem&)rCoreSet.Get(ATTR_PAGE)).GetNumType(); in ScHFEditDlg()
177 ((ScHFEditPage&)rPage).SetNumType(eNumType); in PageCreated()
H A Dtphf.cxx259 SvxNumType eNumType = ((const SvxPageItem&)aDataSet.Get(ATTR_PAGE)).GetNumType(); in IMPL_LINK() local
260 ((ScHFEditPage*)pDlg->GetTabPage())->SetNumType(eNumType); in IMPL_LINK()
H A Dscuitphfedit.cxx200 void ScHFEditPage::SetNumType(SvxNumType eNumType) in SetNumType() argument
202 aWndLeft.SetNumType(eNumType); in SetNumType()
203 aWndCenter.SetNumType(eNumType); in SetNumType()
204 aWndRight.SetNumType(eNumType); in SetNumType()
H A Dtphfedit.cxx451 void ScEditWindow::SetNumType(SvxNumType eNumType) in SetNumType() argument
453 pEdEngine->SetNumType(eNumType); in SetNumType()
/aoo41x/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx435 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()
/aoo41x/main/sc/inc/
H A Deditutil.hxx194 SvxNumType eNumType; member
238 void SetNumType(SvxNumType eNew) { aData.eNumType = eNew; } in SetNumType()
/aoo41x/main/sc/source/core/tool/
H A Deditutil.cxx636 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()
/aoo41x/main/sc/source/ui/inc/
H A Dhfedtdlg.hxx38 SvxNumType eNumType; member in ScHFEditDlg
H A Dtphfedit.hxx76 void SetNumType(SvxNumType eNumType);
H A Dscuitphfedit.hxx61 void SetNumType(SvxNumType eNumType);
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx207 static sal_uInt8 GetLevelNFC( sal_uInt16 eNumType, const SfxItemSet *pOutSet) in GetLevelNFC() argument
210 switch( eNumType ) in GetLevelNFC()
H A Dwrtww8.hxx1100 static sal_uInt8 GetNumId( sal_uInt16 eNumType );
H A Dww8atr.cxx661 sal_uInt8 WW8Export::GetNumId( sal_uInt16 eNumType ) in GetNumId() argument
664 switch( eNumType ) in GetNumId()
/aoo41x/main/cui/source/tabpages/
H A Dpage.cxx511 SvxNumType eNumType = SVX_ARABIC; in Reset() local
519 eNumType = rItem.GetNumType(); in Reset()
530 aNumberFormatBox.SelectEntryPos( sal::static_int_cast< sal_uInt16 >(eNumType) ); in Reset()
/aoo41x/main/editeng/source/items/
H A Dnumitem.cxx742 char cAdd = (SVX_NUM_CHARS_UPPER_LETTER == eNumType ? 'A' : 'a') - 1; in GetCharStr()
762 if( SVX_NUM_CHARS_UPPER_LETTER_N == eNumType ) in GetCharStrN()
/aoo41x/main/sc/source/ui/view/
H A Dprintfun.cxx838 aFieldData.eNumType = pPageItem->GetNumType(); in InitParam()

Completed in 261 milliseconds