Home
last modified time | relevance | path

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

/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx1046 sal_uInt8 nSepCount = 0; in Factor() local
1049 nSepCount++; in Factor()
1052 nSepCount++; in Factor()
1065 pFacToken = new FormulaFAPToken( pFacToken->GetOpCode(), nSepCount, pFacToken ); in Factor()
1067 pFacToken->SetByte( nSepCount ); in Factor()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx391 xub_StrLen nSepCount = aStrPrintArea.GetTokenCount(sep); in Impl_CheckRefStrings() local
392 for ( xub_StrLen i = 0; i < nSepCount && bPrintAreaOk; ++i ) in Impl_CheckRefStrings()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx1998 sal_Int32 nSepCount = (sal_Int32) ::rtl::math::round( log10(rInfo.fDisplayFactor) / 3.0 ); in AddNumber() local
1999 if ( nSepCount > 0 ) in AddNumber()
2002 for ( sal_Int32 i=0; i<nSepCount; i++ ) in AddNumber()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx800 … String& rTokenList, const String& rToken, sal_Unicode cSep, xub_StrLen nSepCount, bool bForceSep ) in AddToken() argument
803 rTokenList.Expand( rTokenList.Len() + nSepCount, cSep ); in AddToken()
/trunk/main/sc/inc/
H A Dglobal.hxx671 sal_Unicode cSep, xub_StrLen nSepCount = 1,
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx619 sal_uInt16 nSepCount = aCols.Count(); in lcl_GetTblSeparators() local
620 uno::Sequence< text::TableColumnSeparator> aColSeq(nSepCount); in lcl_GetTblSeparators()
623 for(sal_uInt16 i = 0; i < nSepCount; i++) in lcl_GetTblSeparators()

Completed in 97 milliseconds