Home
last modified time | relevance | path

Searched refs:nConv (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Drangenam.cxx507 for (int nConv = FormulaGrammar::CONV_UNSPECIFIED; ++nConv < FormulaGrammar::CONV_LAST; ) in MakeValidName() local
509 ScAddress::Details details( static_cast<FormulaGrammar::AddressConvention>( nConv ) ); in MakeValidName()
537 for (int nConv = FormulaGrammar::CONV_UNSPECIFIED; ++nConv < FormulaGrammar::CONV_LAST; ) in IsNameValid() local
539 ScAddress::Details details( static_cast<FormulaGrammar::AddressConvention>( nConv ) ); in IsNameValid()
/trunk/main/sc/inc/
H A Dcompiler.hxx501 for ( int nConv = formula::FormulaGrammar::CONV_UNSPECIFIED; in IsCharFlagAllConventions() local
502 ++nConv < formula::FormulaGrammar::CONV_LAST; ) in IsCharFlagAllConventions()
504 if (pConventions[nConv] && in IsCharFlagAllConventions()
505 ((pConventions[nConv]->mpCharTable[ sal_uInt8(c) ] & nFlags) != nFlags)) in IsCharFlagAllConventions()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2396 sal_Size nConv = rtl_convertUnicodeToText( aConv, in LayoutText() local
2405 if( nConv > 0 ) in LayoutText()

Completed in 67 milliseconds