Home
last modified time | relevance | path

Searched refs:nDef (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2144 sal_Int32 nElem, nDef, nMedium; in ImpAdjustFormatCodeDefault() local
2145 nDef = nMedium = -1; in ImpAdjustFormatCodeDefault()
2153 nDef = nMedium = nElem; in ImpAdjustFormatCodeDefault()
2157 nDef = nElem; in ImpAdjustFormatCodeDefault()
2160 if ( nDef == -1 ) in ImpAdjustFormatCodeDefault()
2161 nDef = nElem; in ImpAdjustFormatCodeDefault()
2166 if ( nDef == -1 ) in ImpAdjustFormatCodeDefault()
2167 nDef = 0; in ImpAdjustFormatCodeDefault()
2168 pFormatArr[nDef].Default = sal_True; in ImpAdjustFormatCodeDefault()
2169 return nDef; in ImpAdjustFormatCodeDefault()
[all …]
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx652 sal_Int32 nDef = 0; in getDefaultCalendarImpl() local
660 nDef = i; in getDefaultCalendarImpl()
893 nDef = nNeg = nMedium = -1; in getCurrFormatsImpl()
900 nDef = nElem; in getCurrFormatsImpl()
916 nDef = nElem; in getCurrFormatsImpl()
928 nElem = (nDef >= 0 ? nDef : (nNeg >= 0 ? nNeg : 0)); in getCurrFormatsImpl()
1158 nDef = nElem; in getDateFormatsImpl()
1190 if ( nDef == -1 ) in getDateFormatsImpl()
1201 nDef = nLong; in getDateFormatsImpl()
1203 nDef = 0; in getDateFormatsImpl()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx684 sal_uInt16 nDef = ::GetTabDist( rDefTabs ); in ExecTabWin() local
685 ::MakeDefTabs( nDef, aTabStops ); in ExecTabWin()
782 sal_uInt16 nDef = ::GetTabDist(rDefTabs); in ExecTabWin() local
783 ::MakeDefTabs( nDef, aTabStops ); in ExecTabWin()
/trunk/main/filter/source/msfilter/
H A Deschesdo.hxx61 sal_Int32 ImplGetInt32PropertyValue( const sal_Unicode* pStr, sal_uInt32 nDef = 0 ) in ImplGetInt32PropertyValue() argument
62 { return ImplGetPropertyValue( pStr ) ? *(sal_Int32*)mAny.getValue() : nDef; } in ImplGetInt32PropertyValue()

Completed in 64 milliseconds