Searched refs:nMonthCount (Results 1 – 6 of 6) sorted by relevance
1015 sal_Int32 i, nMonthCount; in lcl_PutString() local1018 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()
543 sal_uInt16 nMonthCount = (sal_uInt16)(mnMonthPerLine*mnLines); in ImplFormat() local544 for ( sal_uInt16 i = 0; i < nMonthCount; i++ ) in ImplFormat()2200 sal_uInt16 nMonthCount = GetMonthCount(); in GetLastMonth() local2201 for ( sal_uInt16 i = 0; i < nMonthCount; i++ ) in GetLastMonth()
1790 sal_Int32 nMonthCount = aMonthSeq.getLength(); in RTLFUNC() local1793 if( nVal < 1 || nVal > nMonthCount ) in RTLFUNC()
977 …void addMonths( sal_Int32 nMonthCount ) throw( CSS::lang::IllegalArgumentEx…
2909 void ScaDate::addMonths( sal_Int32 nMonthCount ) throw( lang::IllegalArgumentException ) in addMonths() argument2911 sal_Int32 nNewMonth = nMonthCount + nMonth; in addMonths()
1213 sal_Int32 nMonthCount = xItem.getLength(); in PostKeyEvent() local1215 for( sal_Int32 n = 0; n <= nMonthCount; ++n ) in PostKeyEvent()
Completed in 88 milliseconds