Home
last modified time | relevance | path

Searched refs:nFunction (Results 26 – 44 of 44) sorted by relevance

12

/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java1370 for (int nFunction=0; nFunction<nRecentIds.length; nFunction++) in doFunctionAccessSamples()
1373 xFuncDesc.getById( nRecentIds[nFunction] ); in doFunctionAccessSamples()
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs1465 for (int nFunction=0; nFunction<nRecentIds.Length; nFunction++) in doFunctionAccessSamples()
1468 xFuncDesc.getById( nRecentIds[nFunction] ); in doFunctionAccessSamples()
/aoo41x/main/offapi/com/sun/star/sheet/
H A DXConsolidationDescriptor.idl67 void setFunction( [in] com::sun::star::sheet::GeneralFunction nFunction );
/aoo41x/main/sc/source/core/data/
H A Ddocument.cxx2536 void ScDocument::MixDocument( const ScRange& rRange, sal_uInt16 nFunction, sal_Bool bSkipEmpty, in MixDocument() argument
2545 nFunction, bSkipEmpty, pSrcDoc->pTab[i] ); in MixDocument()
2550 sal_uInt16 nFlags, sal_uInt16 nFunction, in FillTab() argument
2566 sal_Bool bDoMix = ( bSkipEmpty || nFunction ) && ( nFlags & IDF_CONTENTS ); in FillTab()
2593 nFunction, bSkipEmpty, pMixDoc->pTab[i] ); in FillTab()
2608 sal_uInt16 nFlags, sal_uInt16 nFunction, in FillTabMarked() argument
2618 sal_Bool bDoMix = ( bSkipEmpty || nFunction ) && ( nFlags & IDF_CONTENTS ); in FillTabMarked()
2652 pTab[i]->MixMarked( rMark, nFunction, bSkipEmpty, pMixDoc->pTab[i] ); in FillTabMarked()
H A Dtable2.cxx539 sal_uInt16 nFunction, sal_Bool bSkipEmpty, ScTable* pSrcTab ) in MixData() argument
542 aCol[i].MixData( nRow1, nRow2, nFunction, bSkipEmpty, pSrcTab->aCol[i] ); in MixData()
547 void ScTable::MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction, in MixMarked() argument
551 aCol[i].MixMarked( rMark, nFunction, bSkipEmpty, pSrcTab->aCol[i] ); in MixMarked()
H A Ddptabsrc.cxx1386 nFunction( SUBTOTAL_FUNC_SUM ), // sum is default in ScDPDimension()
1474 return nFunction; in getFunction()
1479 nFunction = nNew; in setFunction()
/aoo41x/main/sc/source/ui/undo/
H A Dundoblk3.cxx281 nFunction ( nFunc ), in ScUndoFillTable()
365 pDoc->FillTabMarked( nSrcTab, aMarkData, nFlags, nFunction, bSkipEmpty, bAsLink ); in DoChange()
412 ((ScTabViewTarget&)rTarget).GetViewShell()->FillTab( nFlags, nFunction, bSkipEmpty, bAsLink ); in Repeat()
H A Dundoblk.cxx1113 aPasteOptions.nFunction, aPasteOptions.bSkipEmpty, aPasteOptions.bTranspose, in Repeat()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun2.cxx1324 void ScViewFunc::FillTab( sal_uInt16 nFlags, sal_uInt16 nFunction, sal_Bool bSkipEmpty, sal_Bool bA… in FillTab() argument
1371 pDoc->FillTabMarked( nTab, rMark, nFlags, nFunction, bSkipEmpty, bAsLink ); in FillTab()
1376 pDoc->FillTab( aMarkRange, rMark, nFlags, nFunction, bSkipEmpty, bAsLink ); in FillTab()
1386 pUndoDoc, bMulti, nTab, nFlags, nFunction, bSkipEmpty, bAsLink ) ); in FillTab()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx199 void implnPasteSpecial(SfxViewShell* pViewShell, sal_uInt16 nFlags,sal_uInt16 nFunction,sal_Bool bS…
223 nFunction, bSkipEmpty, bTranspose, bAsLink,
/aoo41x/main/sc/inc/
H A Dtable.hxx395 void MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction,
398 sal_uInt16 nFunction, sal_Bool bSkipEmpty, ScTable* pSrcTab );
H A Ddocument.hxx1124 void MixDocument( const ScRange& rRange, sal_uInt16 nFunction, sal_Bool bSkipEmpty,
1128 sal_uInt16 nFlags, sal_uInt16 nFunction,
1131 sal_uInt16 nFlags, sal_uInt16 nFunction,
H A Ddatauno.hxx302 virtual void SAL_CALL setFunction( ::com::sun::star::sheet::GeneralFunction nFunction )
H A Ddptabsrc.hxx353 sal_uInt16 nFunction; // enum GeneralFunction member in ScDPDimension
H A Dcellsuno.hxx261 virtual double SAL_CALL computeFunction( ::com::sun::star::sheet::GeneralFunction nFunction )
/aoo41x/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx751 void ReadRecordParams( sal_uInt16 nFunction );
/aoo41x/main/sc/source/ui/unoobj/
H A Ddatauno.cxx957 void SAL_CALL ScConsolidationDescriptor::setFunction( sheet::GeneralFunction nFunction ) in setFunction() argument
961 aParam.eFunction = ScDataUnoConversion::GeneralToSubTotal(nFunction); in setFunction()
H A Dcellsuno.cxx1783 double SAL_CALL ScCellRangesBase::computeFunction( sheet::GeneralFunction nFunction ) in computeFunction() argument
1794 ScSubTotalFunc eFunc = lcl_SummaryToSubTotal( nFunction ); in computeFunction()
/aoo41x/extras/l10n/source/ne/
H A Dlocalize.sdf48012 …ing RID_STR_FUNCTION 0 ne _: report.src#RID_STR_FUNCTION.string.text\nFunction 2002-02-02 02…
48023 …E_FUNCTION 0 ne _: report.src#RID_STR_PROPTITLE_FUNCTION.string.text\nFunction 2002-02-02 02…

Completed in 1175 milliseconds

12