Searched refs:aConv (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/filter/lotus/ |
H A D | op.cxx | 175 LotusToSc aConv( r, pLotusRoot->eCharsetQ, sal_False ); in OP_Formula() local 176 aConv.Reset( aAddress ); in OP_Formula() 177 aConv.Convert( pErg, nBytesLeft ); in OP_Formula() 421 LotusToSc aConv( r, pLotusRoot->eCharsetQ, sal_True ); in OP_Formula123() local 422 aConv.Reset( aAddress ); in OP_Formula123() 423 aConv.Convert( pErg, nBytesLeft ); in OP_Formula123()
|
H A D | lotimpop.cxx | 77 aConv( *pIn, eQ, sal_False ) in ImportLotus() 288 aConv.Reset( aAddr ); in Formulacell() 289 aConv.SetWK3(); in Formulacell() 290 aConv.Convert( pErg, nRest ); in Formulacell()
|
/aoo41x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 599 Any aConv; in setValue() local 603 aConv = Value; in setValue() 605 aConv = xTypeConverter->convertTo( Value, _xNameContainer->getElementType() ); in setValue() 613 _xNameContainer->replaceByName( PropertyName, aConv ); in setValue() 615 _xNameContainer->insertByName( PropertyName, aConv ); in setValue()
|
/aoo41x/main/sc/source/filter/qpro/ |
H A D | qpro.cxx | 113 QProToSc aConv( *mpStream, aAddr ); in readSheet() local 114 if (ConvOK != aConv.Convert( pArray, nLen )) in readSheet()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | lotimpop.hxx | 44 LotusToSc aConv; member in ImportLotus
|
/aoo41x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 1472 MissingConvention aConv( bODFF); in CreateStringFromTokenArray() local 1473 if (pArr->NeedsPofRewrite( aConv)) in CreateStringFromTokenArray() 1474 pArr = pArr->RewriteMissingToPof( aConv); in CreateStringFromTokenArray()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbapagesetup.cxx | 43 …nge, ScRangeList& aCellRanges, formula::FormulaGrammar::AddressConvention aConv = formula::Formula…
|
H A D | vbarange.cxx | 1171 …nge, ScRangeList& aCellRanges, formula::FormulaGrammar::AddressConvention aConv = formula::Formula… in getScRangeListForAddress() argument 1194 formula::FormulaGrammar::AddressConvention eConv = aConv; in getScRangeListForAddress() 1365 …& aParam, ScDocShell* pDocSh, formula::FormulaGrammar::AddressConvention aConv = formula::Formula… in getCellRangeAddressForVBARange() argument 1376 if ( getScRangeListForAddress ( rString, pDocSh, refRange, aCellRanges, aConv ) ) in getCellRangeAddressForVBARange()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 2378 rtl_UnicodeToTextConverter aConv = rtl_createTextToUnicodeConverter( mrBuiltinFont.m_eCharSet ); in LayoutText() local 2396 sal_Size nConv = rtl_convertUnicodeToText( aConv, in LayoutText() 2425 rtl_destroyUnicodeToTextConverter( aConv ); in LayoutText()
|
Completed in 124 milliseconds