Searched refs:nSpaces (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | xeformula.cxx | 434 void AppendOperandTokenId( sal_uInt8 nTokenId, sal_uInt8 nSpaces = 0 ); 435 void AppendIntToken( sal_uInt16 nValue, sal_uInt8 nSpaces = 0 ); 436 void AppendNumToken( double fValue, sal_uInt8 nSpaces = 0 ); 437 void AppendBoolToken( bool bValue, sal_uInt8 nSpaces = 0 ); 438 void AppendErrorToken( sal_uInt8 nErrCode, sal_uInt8 nSpaces = 0 ); 439 void AppendMissingToken( sal_uInt8 nSpaces = 0 ); 440 void AppendNameToken( sal_uInt16 nNameIdx, sal_uInt8 nSpaces = 0 ); 441 void AppendMissingNameToken( const String& rName, sal_uInt8 nSpaces = 0 ); 442 … AppendNameXToken( sal_uInt16 nExtSheet, sal_uInt16 nExtName, sal_uInt8 nSpaces = 0 ); 443 … AppendMacroCallToken( const XclExpExtFuncData& rExtFuncData, sal_uInt8 nSpaces = 0 ); [all …]
|
| /trunk/main/sc/source/filter/lotus/ |
| H A D | lotimpop.cxx | 152 sal_uInt8 nCol, nSpaces; in Columnwidth() local 157 Read( nSpaces ); in Columnwidth() 159 …st<SCCOL> (nCol), static_cast<SCTAB> (nLTab), ( sal_uInt16 ) ( TWIPS_PER_CHAR * 1.28 * nSpaces ) ); in Columnwidth()
|
| /trunk/main/sc/source/core/tool/ |
| H A D | compiler.cxx | 1967 xub_StrLen nSpaces = 0; in NextSymbol() local 2029 nSpaces += 2; // must match the character count in NextSymbol() 2086 nSpaces++; in NextSymbol() 2418 nSrcPos = sal::static_int_cast<xub_StrLen>( nSrcPos + nSpaces ); in NextSymbol() 2481 if (bAutoIntersection && nSpaces > 1) in NextSymbol() 2482 --nSpaces; // replace '!!' with only one space in NextSymbol() 2483 return nSpaces; in NextSymbol() 3557 xub_StrLen nSpaces = NextSymbol(bInArray); in NextNewToken() local 3561 rtl::OUStringToOString( cSymbol, RTL_TEXTENCODING_UTF8 ).getStr(), nSpaces ); in NextNewToken() 3567 if( nSpaces ) in NextNewToken() [all …]
|
| /trunk/main/svtools/source/svhtml/ |
| H A D | parhtml.cxx | 1679 xub_StrLen nSpaces = sal::static_int_cast< xub_StrLen >( in FilterPRE() local 1682 aToken.Expand( nSpaces, ' ' ); in FilterPRE() 1683 nPre_LinePos += nSpaces; in FilterPRE()
|
| /trunk/main/sw/source/core/edit/ |
| H A D | autofmt.cxx | 207 void BuildNegIndent( SwTwips nSpaces ); 1766 void SwAutoFormat::BuildNegIndent( SwTwips nSpaces ) in BuildNegIndent() argument 1833 20 < Abs( (long)(nSpaces - aFInfo.SetFrm( in BuildNegIndent()
|
| /trunk/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 6443 for( sal_Int32 nSpaces = 1; nSpaces <= 2100; nSpaces++ ) in emitDocumentMetadata() local 6446 if( nSpaces % 100 == 0 ) in emitDocumentMetadata()
|