/aoo4110/main/xmloff/source/style/ |
H A D | PageMasterPropHdl.cxx | 145 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 …]
|
/aoo4110/main/sc/source/core/data/ |
H A D | dptablecache.cxx | 56 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 …]
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | numitem.hxx | 74 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()
|
/aoo4110/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 276 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()
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLFootnoteConfigurationImportContext.cxx | 413 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 D | txtfldi.cxx | 950 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 D | XMLSectionFootnoteConfigImport.cxx | 164 sal_Int16 nNumType = NumberingType::ARABIC; in StartElement() local 165 GetImport().GetMM100UnitConverter().convertNumFormat( nNumType, in StartElement() 168 aAny <<= nNumType; in StartElement()
|
H A D | XMLLineNumberingImportContext.cxx | 277 sal_Int16 nNumType = NumberingType::ARABIC; in CreateAndInsert() local 278 GetImport().GetMM100UnitConverter().convertNumFormat( nNumType, in CreateAndInsert() 281 aAny <<= nNumType; in CreateAndInsert()
|
H A D | txtvfldi.cxx | 442 sal_Int16 nNumType = NumberingType::ARABIC; in PrepareField() local 443 GetImport().GetMM100UnitConverter().convertNumFormat( nNumType, sNumFormat, sNumFormatSync ); in PrepareField() 445 aAny <<= nNumType; in PrepareField()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | caption.cxx | 43 nNumType(SVX_NUM_ARABIC), in InsCaptionOpt() 82 nNumType = rOpt.nNumType; in operator =()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | caption.hxx | 45 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()
|
/aoo4110/main/editeng/source/items/ |
H A D | numitem.cxx | 91 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()
|
/aoo4110/main/sc/inc/ |
H A D | dpglobal.hxx | 200 #define isDateFormat( nNumType ) (!!((nNumType) & NUMBERFORMAT_DATE) ) argument
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1395 sal_Int16 nNumType = pFmt->GetNumberingType(); in ApplyBulletsNumbering() local 1397 && nNumType != SVX_NUM_BITMAP && nNumType != SVX_NUM_CHAR_SPECIAL) in ApplyBulletsNumbering() 1403 … && (nNumType == SVX_NUM_BITMAP || nNumType == SVX_NUM_CHAR_SPECIAL)) in ApplyBulletsNumbering()
|
/aoo4110/main/i18npool/source/localedata/ |
H A D | localedata.cxx | 1164 sal_Int16 nNumType; //com::sun::star::style::NumberingType member 1247 … case 1: level[j].nNumType = sal::static_int_cast<sal_Int16>(tmp.toInt32()); break; in getOutlineNumberingLevels() 1269 level[j].nNumType = 0; in getOutlineNumberingLevels() 1424 pValues[1].Value <<= pTemp->nNumType; in getByIndex()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8attributeoutput.hxx | 188 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
|
H A D | attributeoutputbase.hxx | 300 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) = 0;
|
H A D | rtfattributeoutput.hxx | 223 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
|
H A D | docxattributeoutput.hxx | 222 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
|
H A D | ww8par2.cxx | 970 SwNumRule *ANLDRuleMap::GetNumRule(sal_uInt8 nNumType) in GetNumRule() argument 972 return (WW8_Numbering == nNumType ? mpNumberingNumRule : mpOutlineNumRule); in GetNumRule() 975 void ANLDRuleMap::SetNumRule(SwNumRule *pRule, sal_uInt8 nNumType) in SetNumRule() argument 977 if (WW8_Numbering == nNumType) in SetNumRule()
|
H A D | ww8par.hxx | 896 SwNumRule* GetNumRule(sal_uInt8 nNumType); 897 void SetNumRule(SwNumRule*, sal_uInt8 nNumType);
|
H A D | wrtw8sty.cxx | 1384 void WW8AttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument 1387 sal_uInt8 nb = WW8Export::GetNumId( nNumType ); in SectionPageNumbering()
|
H A D | docxattributeoutput.cxx | 1958 void DocxAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument 1969 OString aFmt( impl_NumberingType( nNumType ) ); in SectionPageNumbering()
|
H A D | rtfattributeoutput.cxx | 1426 void RtfAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument 1438 switch ( nNumType ) in SectionPageNumbering()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | DomainMapper.cxx | 4184 sal_Int16 nNumType = ConversionHelper::ConvertNumberingType( nIntValue ); in sprmWithProps() local 4187 uno::makeAny( nNumType )); in sprmWithProps()
|