/aoo41x/main/oox/source/helper/ |
H A D | attributelist.cxx | 243 sal_Int32 AttributeList::getToken( sal_Int32 nAttrToken, sal_Int32 nDefault ) const in getToken() 245 return mxAttribs->getOptionalValueToken( nAttrToken, nDefault ); in getToken() 270 sal_Int32 AttributeList::getInteger( sal_Int32 nAttrToken, sal_Int32 nDefault ) const in getInteger() 272 return getInteger( nAttrToken ).get( nDefault ); in getInteger() 277 return getUnsigned( nAttrToken ).get( nDefault ); in getUnsigned() 280 sal_Int64 AttributeList::getHyper( sal_Int32 nAttrToken, sal_Int64 nDefault ) const in getHyper() 282 return getHyper( nAttrToken ).get( nDefault ); in getHyper() 287 return getIntegerHex( nAttrToken ).get( nDefault ); in getIntegerHex() 292 return getUnsignedHex( nAttrToken ).get( nDefault ); in getUnsignedHex() 295 sal_Int64 AttributeList::getHyperHex( sal_Int32 nAttrToken, sal_Int64 nDefault ) const in getHyperHex() [all …]
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | oledumper.hxx | 354 Type dumpDecProperty( Type nDefault, const NameListWrapper& rListWrp = NO_LIST ); 356 Type dumpHexProperty( Type nDefault, const NameListWrapper& rListWrp = NO_LIST ); 362 …inline Type dumpBorderStyleProperty( Type nDefault ) { return dumpDecProperty< Type >( nDe… in dumpBorderStyleProperty() argument 364 …line Type dumpSpecialEffectProperty( Type nDefault ) { return dumpDecProperty< Type >( nDe… in dumpSpecialEffectProperty() argument 372 …sal_uInt32 dumpFlagsProperty( sal_uInt32 nDefault, const sal_Char* pcNameList = "AX-FLAGS… 373 sal_uInt32 dumpColorProperty( sal_uInt32 nDefault ); 438 Type AxPropertyObjectBase::dumpDecProperty( Type nDefault, const NameListWrapper& rListWrp ) in dumpDecProperty() argument 445 return nDefault; in dumpDecProperty() 449 Type AxPropertyObjectBase::dumpHexProperty( Type nDefault, const NameListWrapper& rListWrp ) in dumpHexProperty() argument 456 return nDefault; in dumpHexProperty()
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | attributelist.hxx | 136 sal_Int32 getToken( sal_Int32 nAttrToken, sal_Int32 nDefault ) const; 152 sal_Int32 getInteger( sal_Int32 nAttrToken, sal_Int32 nDefault ) const; 156 sal_uInt32 getUnsigned( sal_Int32 nAttrToken, sal_uInt32 nDefault ) const; 160 sal_Int64 getHyper( sal_Int32 nAttrToken, sal_Int64 nDefault ) const; 164 sal_Int32 getIntegerHex( sal_Int32 nAttrToken, sal_Int32 nDefault ) const; 168 sal_uInt32 getUnsignedHex( sal_Int32 nAttrToken, sal_uInt32 nDefault ) const; 172 sal_Int64 getHyperHex( sal_Int32 nAttrToken, sal_Int64 nDefault ) const;
|
/aoo41x/main/sc/source/core/data/ |
H A D | segmenttree.cxx | 51 ScFlatSegmentsImpl(SCCOLROW nMax, ValueType nDefault); 88 ScFlatSegmentsImpl<_ValueType, _ExtValueType>::ScFlatSegmentsImpl(SCCOLROW nMax, ValueType nDefault… in ScFlatSegmentsImpl() argument 89 maSegments(0, nMax+1, nDefault), in ScFlatSegmentsImpl() 250 explicit ScFlatUInt16SegmentsImpl(SCCOLROW nMax, sal_uInt16 nDefault) : in ScFlatUInt16SegmentsImpl() argument 251 ScFlatSegmentsImpl<sal_uInt16, sal_uInt32>(nMax, nDefault) in ScFlatUInt16SegmentsImpl() 513 ScFlatUInt16RowSegments::ScFlatUInt16RowSegments(sal_uInt16 nDefault) : in ScFlatUInt16RowSegments() argument 514 mpImpl(new ScFlatUInt16SegmentsImpl(static_cast<SCCOLROW>(MAXROW), nDefault)) in ScFlatUInt16RowSegments()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | miscuno.cxx | 88 const rtl::OUString& rName, long nDefault ) in GetLongProperty() argument 90 sal_Int32 nRet = nDefault; in GetLongProperty() 108 const rtl::OUString& rName, long nDefault ) in GetEnumProperty() argument 110 sal_Int32 nRet = nDefault; in GetEnumProperty()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | configurationaccess.cxx | 552 …ss::GetConfigProperty( const PPPOptimizerTokenEnum ePropertyToken, const sal_Int16 nDefault ) const in GetConfigProperty() 554 sal_Int16 nRetValue = nDefault; in GetConfigProperty() 556 nRetValue = nDefault; in GetConfigProperty() 560 …ss::GetConfigProperty( const PPPOptimizerTokenEnum ePropertyToken, const sal_Int32 nDefault ) const in GetConfigProperty() 562 sal_Int32 nRetValue = nDefault; in GetConfigProperty() 564 nRetValue = nDefault; in GetConfigProperty()
|
H A D | configurationaccess.hxx | 102 sal_Int16 GetConfigProperty( const PPPOptimizerTokenEnum, const sal_Int16 nDefault ) const; 103 sal_Int32 GetConfigProperty( const PPPOptimizerTokenEnum, const sal_Int32 nDefault ) const;
|
/aoo41x/main/svl/source/numbers/ |
H A D | zforlist.cxx | 3189 sal_uInt16 nDefault = GetCurrencyFormatStrings( aCurrList, in ImpGetDefaultSystemCurrencyFormat() local 3194 PutEntry( *aCurrList.GetObject( nDefault ), nCheck, nType, in ImpGetDefaultSystemCurrencyFormat() 3632 sal_Int32 nDefault; in ImpInitCurrencyTable() local 3633 for ( nDefault = 0; nDefault < nCurrencyCount; nDefault++ ) in ImpInitCurrencyTable() 3635 if ( pCurrencies[nDefault].Default ) in ImpInitCurrencyTable() 3638 if ( nDefault < nCurrencyCount ) in ImpInitCurrencyTable() 3666 else if ( nCurrency != nDefault ) in ImpInitCurrencyTable() 3724 sal_uInt16 nDefault = 0; in GetCurrencyFormatStrings() local 3746 nDefault = rStrArr.Count() - 1; in GetCurrencyFormatStrings() 3804 nDefault = rStrArr.Count() - 1; in GetCurrencyFormatStrings() [all …]
|
H A D | numhead.cxx | 199 sal_uLong nDefault) : in ImpSvNumMultipleWriteHeader() argument 203 nDataSize = nDefault; in ImpSvNumMultipleWriteHeader()
|
H A D | numhead.hxx | 93 ImpSvNumMultipleWriteHeader(SvStream& rNewStream, sal_uLong nDefault = 0);
|
/aoo41x/main/sax/inc/sax/tools/ |
H A D | attributemap.hxx | 54 sal_Int32 getInt32( SaxToken nToken, sal_Int32 nDefault = 0 ) const; 58 sal_uInt32 getToken( SaxToken nToken, SaxToken nDefault ) const;
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | Options.java | 65 static public int GetInteger (String sName, int nDefault) in GetInteger() argument 69 return nDefault; in GetInteger()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | Options.java | 71 static public int GetInteger (String sName, int nDefault) in GetInteger() argument 75 return nDefault; in GetInteger()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | WW8FFData.hxx | 95 void setDefaultResult(sal_uInt16 nDefault) { mnDefault = nDefault; } in setDefaultResult() argument
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rechead.cxx | 125 ScMultipleWriteHeader::ScMultipleWriteHeader(SvStream& rNewStream, sal_uInt32 nDefault) : in ScMultipleWriteHeader() argument 129 nDataSize = nDefault; in ScMultipleWriteHeader()
|
/aoo41x/main/svx/source/items/ |
H A D | numfmtsh.cxx | 1019 sal_uInt16 nDefault; in FillEListWithUserCurrencys() local 1022 nDefault = pFormatter->GetCurrencyFormatStrings( in FillEListWithUserCurrencys() 1029 nDefault = 0; in FillEListWithUserCurrencys() 1095 nSelPos = nDefault; in FillEListWithUserCurrencys() 1842 sal_uInt16 nDefault; in IsInTable() local 1848 nDefault = pFormatter->GetCurrencyFormatStrings( aWSStringsDtor, in IsInTable()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | mtrindlg.cxx | 43 long nDefault, in ScMetricInputDlg() argument 74 aEdValue.SetValue ( aEdValue.Normalize( nDefault ), FUNIT_TWIP ); in ScMetricInputDlg()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | ConfigHelper.java | 205 int nDefault) in getInt() argument 207 java.lang.String sDefault = java.lang.String.valueOf(nDefault); in getInt()
|
/aoo41x/main/sal/inc/osl/ |
H A D | profile.hxx | 93 sal_uInt32 nDefault) in readIdent() argument 105 …= osl_readProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pStrings, nDefault); in readIdent()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | dffpropset.cxx | 1294 sal_uInt32 DffPropSet::GetPropertyValue( sal_uInt32 nId, sal_uInt32 nDefault ) const in GetPropertyValue() 1297 return ( mpPropSetEntries[ nId ].aFlags.bSet ) ? mpPropSetEntries[ nId ].nContent : nDefault; in GetPropertyValue()
|
/aoo41x/main/sc/inc/ |
H A D | miscuno.hxx | 277 const ::rtl::OUString& rName, long nDefault = 0 ); 280 const ::rtl::OUString& rName, long nDefault );
|
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccEditableText.cpp | 475 sal_Int32 nDefault = 0; in get_AnyFromOLECHAR() local 476 rAny.setValue(&nDefault, getCppuType((sal_Int32 *)0)); in get_AnyFromOLECHAR()
|
/aoo41x/main/extensions/source/update/check/ |
H A D | download.cxx | 126 const rtl::OUString& aName, sal_Int32 nDefault=-1) in getInt32Value() argument 131 sal_Int32 n=nDefault; in getInt32Value()
|
/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 311 sal_Int32 FilterConfigItem::ReadInt32( const OUString& rKey, sal_Int32 nDefault ) in ReadInt32() argument 314 sal_Int32 nRetValue = nDefault; in ReadInt32()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | mtrindlg.hxx | 41 long nDefault,
|