Home
last modified time | relevance | path

Searched refs:nNumType (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/xmloff/source/style/
H A DPageMasterPropHdl.cxx145 switch( nNumType ) in importXML()
155 rValue <<= nNumType; in importXML()
166 sal_Int16 nNumType = sal_Int16(); in exportXML() local
168 if( rValue >>= nNumType ) in exportXML()
191 sal_Int16 nNumType; in importXML() local
196 if( !(rValue >>= nNumType) ) in importXML()
197 nNumType = NumberingType::NUMBER_NONE; in importXML()
201 switch( nNumType ) in importXML()
211 rValue <<= nNumType; in importXML()
222 sal_Int16 nNumType = sal_Int16(); in exportXML() local
[all …]
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx56 sal_Bool lcl_isDate( sal_uLong nNumType ) in lcl_isDate() argument
58 return ( (nNumType & NUMBERFORMAT_DATE) != 0 )? 1:0 ; in lcl_isDate()
92 short nNumType = NUMBERFORMAT_NUMBER; in lcl_GetItemValue() local
102 nNumType = NUMBERFORMAT_LOGICAL; in lcl_GetItemValue()
104 return new ScDPItemData( rStr, fValue,sal_True,nNumType); in lcl_GetItemValue()
126 nNumType = NUMBERFORMAT_DATE; in lcl_GetItemValue()
130 return new ScDPItemData( rStr, fValue, sal_True, nNumType ); in lcl_GetItemValue()
136 nNumType = NUMBERFORMAT_TIME; in lcl_GetItemValue()
141 return new ScDPItemData( rStr,fValue, sal_True, nNumType ); in lcl_GetItemValue()
147 nNumType = NUMBERFORMAT_DATETIME; in lcl_GetItemValue()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx74 sal_Int16 nNumType; member in SvxNumberType
85 void SetNumberingType(sal_Int16 nSet) {nNumType = nSet;} in SetNumberingType()
86 sal_Int16 GetNumberingType() const {return nNumType;} in GetNumberingType()
93 return com::sun::star::style::NumberingType::NUMBER_NONE != nNumType && in IsTxtFmt()
94 com::sun::star::style::NumberingType::CHAR_SPECIAL != nNumType && in IsTxtFmt()
95 com::sun::star::style::NumberingType::BITMAP != nNumType; in IsTxtFmt()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx276 sal_Int16 nNumType = NumberFormat::NUMBER; in lcl_GetColumnInfo() local
287 …t->getPropertyValue( OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE) ) >>= nNumType; in lcl_GetColumnInfo()
295 if ( nNumType & NumberFormat::TEXT ) in lcl_GetColumnInfo()
297 else if ( nNumType & NumberFormat::NUMBER ) in lcl_GetColumnInfo()
299 else if ( nNumType & NumberFormat::CURRENCY ) in lcl_GetColumnInfo()
304 else if ( ( nNumType & NumberFormat::DATETIME ) == NumberFormat::DATETIME ) in lcl_GetColumnInfo()
309 else if ( nNumType & NumberFormat::DATE ) in lcl_GetColumnInfo()
311 else if ( nNumType & NumberFormat::TIME ) in lcl_GetColumnInfo()
313 else if ( nNumType & NumberFormat::LOGICAL ) in lcl_GetColumnInfo()
/trunk/main/xmloff/source/text/
H A DXMLFootnoteConfigurationImportContext.cxx413 sal_Int16 nNumType = NumberingType::ARABIC; in ProcessSettings() local
414 GetImport().GetMM100UnitConverter().convertNumFormat( nNumType, sNumFormat, in ProcessSettings()
418 if( NumberingType::CHAR_SPECIAL == nNumType ) in ProcessSettings()
419 nNumType = NumberingType::ARABIC; in ProcessSettings()
421 aAny <<= nNumType; in ProcessSettings()
H A Dtxtfldi.cxx950 sal_Int16 nNumType; in PrepareField() local
953 nNumType= style::NumberingType::ARABIC; in PrepareField()
961 aAny <<= nNumType; in PrepareField()
1638 sal_Int16 nNumType = style::NumberingType::ARABIC; in PrepareField() local
1642 aAny <<= nNumType; in PrepareField()
2537 sal_Int16 nNumType; in PrepareField() local
2540 nNumType= style::NumberingType::ARABIC; in PrepareField()
2547 aAny <<= nNumType; in PrepareField()
2632 sal_Int16 nNumType; in PrepareField() local
2635 nNumType= style::NumberingType::ARABIC; in PrepareField()
[all …]
H A DXMLSectionFootnoteConfigImport.cxx164 sal_Int16 nNumType = NumberingType::ARABIC; in StartElement() local
165 GetImport().GetMM100UnitConverter().convertNumFormat( nNumType, in StartElement()
168 aAny <<= nNumType; in StartElement()
H A DXMLLineNumberingImportContext.cxx277 sal_Int16 nNumType = NumberingType::ARABIC; in CreateAndInsert() local
278 GetImport().GetMM100UnitConverter().convertNumFormat( nNumType, in CreateAndInsert()
281 aAny <<= nNumType; in CreateAndInsert()
H A Dtxtvfldi.cxx442 sal_Int16 nNumType = NumberingType::ARABIC; in PrepareField() local
443 GetImport().GetMM100UnitConverter().convertNumFormat( nNumType, sNumFormat, sNumFormatSync ); in PrepareField()
445 aAny <<= nNumType; in PrepareField()
/trunk/main/sw/source/ui/config/
H A Dcaption.cxx43 nNumType(SVX_NUM_ARABIC), in InsCaptionOpt()
82 nNumType = rOpt.nNumType; in operator =()
/trunk/main/sw/source/ui/inc/
H A Dcaption.hxx45 sal_uInt16 nNumType; member in InsCaptionOpt
74 inline sal_uInt16 GetNumType() const { return nNumType; } in GetNumType()
75 inline void SetNumType(const sal_uInt16 nNT) { nNumType = nNT; } in SetNumType()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx91 nNumType(nType), in SvxNumberType()
100 nNumType(rType.nNumType), in SvxNumberType()
134 switch(nNumType) in GetNumStr()
142 if(NumberingType::ARABIC == nNumType && 0 == nNo ) in GetNumStr()
149 pValues[0].Value <<= nNumType; in GetNumStr()
/trunk/main/sc/inc/
H A Ddpglobal.hxx200 #define isDateFormat( nNumType ) (!!((nNumType) & NUMBERFORMAT_DATE) ) argument
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1393 sal_Int16 nNumType = pFmt->GetNumberingType(); in ApplyBulletsNumbering() local
1395 && nNumType != SVX_NUM_BITMAP && nNumType != SVX_NUM_CHAR_SPECIAL) in ApplyBulletsNumbering()
1401 … && (nNumType == SVX_NUM_BITMAP || nNumType == SVX_NUM_CHAR_SPECIAL)) in ApplyBulletsNumbering()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx1166 sal_Int16 nNumType; //com::sun::star::style::NumberingType member
1249 … case 1: level[j].nNumType = sal::static_int_cast<sal_Int16>(tmp.toInt32()); break; in getOutlineNumberingLevels()
1271 level[j].nNumType = 0; in getOutlineNumberingLevels()
1426 pValues[1].Value <<= pTemp->nNumType; in getByIndex()
/trunk/main/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx188 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
H A Dattributeoutputbase.hxx300 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) = 0;
H A Drtfattributeoutput.hxx223 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
H A Ddocxattributeoutput.hxx222 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
H A Dww8par2.cxx999 SwNumRule *ANLDRuleMap::GetNumRule(sal_uInt8 nNumType) in GetNumRule() argument
1001 return (WW8_Numbering == nNumType ? mpNumberingNumRule : mpOutlineNumRule); in GetNumRule()
1004 void ANLDRuleMap::SetNumRule(SwNumRule *pRule, sal_uInt8 nNumType) in SetNumRule() argument
1006 if (WW8_Numbering == nNumType) in SetNumRule()
H A Dww8par.hxx896 SwNumRule* GetNumRule(sal_uInt8 nNumType);
897 void SetNumRule(SwNumRule*, sal_uInt8 nNumType);
H A Dwrtw8sty.cxx1384 void WW8AttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument
1387 sal_uInt8 nb = WW8Export::GetNumId( nNumType ); in SectionPageNumbering()
H A Ddocxattributeoutput.cxx1958 void DocxAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument
1969 OString aFmt( impl_NumberingType( nNumType ) ); in SectionPageNumbering()
H A Drtfattributeoutput.cxx1418 void RtfAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument
1430 switch ( nNumType ) in SectionPageNumbering()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx4193 sal_Int16 nNumType = ConversionHelper::ConvertNumberingType( nIntValue ); in sprmWithProps() local
4196 uno::makeAny( nNumType )); in sprmWithProps()

Completed in 204 milliseconds

12