Home
last modified time | relevance | path

Searched refs:nMonthCount (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1015 sal_Int32 i, nMonthCount; in lcl_PutString() local
1018 nMonthCount = xMonths.getLength(); in lcl_PutString()
1019 for (i=0; i<nMonthCount && !nMonth; i++) in lcl_PutString()
1036 nMonthCount = xMonths.getLength(); in lcl_PutString()
1037 for (i=0; i<nMonthCount && !nMonth; i++) in lcl_PutString()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx543 sal_uInt16 nMonthCount = (sal_uInt16)(mnMonthPerLine*mnLines); in ImplFormat() local
544 for ( sal_uInt16 i = 0; i < nMonthCount; i++ ) in ImplFormat()
2200 sal_uInt16 nMonthCount = GetMonthCount(); in GetLastMonth() local
2201 for ( sal_uInt16 i = 0; i < nMonthCount; i++ ) in GetLastMonth()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1790 sal_Int32 nMonthCount = aMonthSeq.getLength(); in RTLFUNC() local
1793 if( nVal < 1 || nVal > nMonthCount ) in RTLFUNC()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx977 …void addMonths( sal_Int32 nMonthCount ) throw( CSS::lang::IllegalArgumentEx…
H A Danalysishelper.cxx2909 void ScaDate::addMonths( sal_Int32 nMonthCount ) throw( lang::IllegalArgumentException ) in addMonths() argument
2911 sal_Int32 nNewMonth = nMonthCount + nMonth; in addMonths()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1213 sal_Int32 nMonthCount = xItem.getLength(); in PostKeyEvent() local
1215 for( sal_Int32 n = 0; n <= nMonthCount; ++n ) in PostKeyEvent()

Completed in 79 milliseconds