/trunk/main/sc/source/core/tool/ |
H A D | printopt.cxx | 51 bSkipEmpty( rCpy.bSkipEmpty ), in ScPrintOptions() 62 bSkipEmpty = sal_True; in SetDefaults() 68 bSkipEmpty = rCpy.bSkipEmpty; in operator =() 75 return bSkipEmpty == rOpt.bSkipEmpty in operator ==()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 948 sal_uInt16 nFunction, sal_Bool bSkipEmpty, in PasteFromClip() argument 1356 if ( bSkipEmpty || nFunction ) in PasteFromClip() 1382 bSkipEmpty, (bMarkIsFiltered ? &aRangeList : NULL) ); in PasteFromClip() 1392 sal_True, sal_True, bIncludeFiltered, bSkipEmpty ); in PasteFromClip() 1409 pDoc->MixDocument( aUserRange, nFunction, bSkipEmpty, pMixDoc ); in PasteFromClip() 1485 aOptions.bSkipEmpty = bSkipEmpty; in PasteFromClip() 1544 bool bSkipEmpty, bool bTranspose, bool bAsLink, bool bAllowDialogs, in PasteMultiRangesFromClip() argument 1630 if ( bSkipEmpty || nFunction ) in PasteMultiRangesFromClip() 1652 true, bAsLink, false, bSkipEmpty); in PasteMultiRangesFromClip() 1655 pDoc->MixDocument(aMarkedRange, nFunction, bSkipEmpty, pMixDoc.get()); in PasteMultiRangesFromClip() [all …]
|
H A D | cellsh1.cxx | 462 sal_Bool bSkipEmpty = sal_False; in ExecuteEdit() local 512 bSkipEmpty = pDlg->IsSkipEmptyCells(); in ExecuteEdit() 521 pTabViewShell->FillTab( nFlags, nFunction, bSkipEmpty, bAsLink ); in ExecuteEdit() 1223 sal_Bool bSkipEmpty = sal_False; in ExecuteEdit() local 1272 bSkipEmpty = pSkipItem->GetValue(); in ExecuteEdit() 1325 bSkipEmpty = pDlg->IsSkipEmptyCells(); in ExecuteEdit() 1344 nFunction, bSkipEmpty, bTranspose, bAsLink, in ExecuteEdit() 1367 rReq.AppendItem( SfxBoolItem( FN_PARAM_2, bSkipEmpty ) ); in ExecuteEdit()
|
H A D | printfun.cxx | 958 aTableParam.bSkipEmpty = pOptions && pOptions->GetSkipEmpty(); in InitParam() 960 aTableParam.bSkipEmpty = sal_False; in InitParam() 2503 if ( aTableParam.bSkipEmpty ) in CountPages() 2518 if ( aTableParam.bSkipEmpty ) in CountPages() 2738 if ( !aTableParam.bSkipEmpty || !maPageRows[nCountY].IsHidden(nCountX) ) in DoPrint() 2764 if ( !aTableParam.bSkipEmpty || !maPageRows[nCountY].IsHidden(nCountX) ) in DoPrint() 3099 if ( !aTableParam.bSkipEmpty || in CalcPages() 3106 if (aTableParam.bSkipEmpty) in CalcPages() 3140 if ( !aTableParam.bSkipEmpty || in CalcPages() 3147 if (aTableParam.bSkipEmpty) in CalcPages()
|
H A D | viewfun2.cxx | 1324 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()
|
/trunk/main/sc/inc/ |
H A D | printopt.hxx | 34 sal_Bool bSkipEmpty; member in ScPrintOptions 42 sal_Bool GetSkipEmpty() const { return bSkipEmpty; } in GetSkipEmpty() 43 void SetSkipEmpty( sal_Bool bVal ) { bSkipEmpty = bVal; } in SetSkipEmpty()
|
H A D | column.hxx | 199 sal_Bool bSkipEmpty, ScColumn& rSrcCol ); 200 void MixData( SCROW nRow1, SCROW nRow2, sal_uInt16 nFunction, sal_Bool bSkipEmpty,
|
H A D | pagepar.hxx | 45 sal_Bool bSkipEmpty; member
|
H A D | table.hxx | 396 sal_Bool bSkipEmpty, ScTable* pSrcTab ); 398 sal_uInt16 nFunction, sal_Bool bSkipEmpty, ScTable* pSrcTab );
|
H A D | document.hxx | 1124 void MixDocument( const ScRange& rRange, sal_uInt16 nFunction, sal_Bool bSkipEmpty, 1129 sal_Bool bSkipEmpty, sal_Bool bAsLink ); 1132 sal_Bool bSkipEmpty, sal_Bool bAsLink );
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 113 sal_uInt16 nFunction = PASTE_NOFUNC, sal_Bool bSkipEmpty = sal_False, 119 void FillTab( sal_uInt16 nFlags, sal_uInt16 nFunction, sal_Bool bSkipEmpty, sal_Bool bAsLink ); 350 … bool bSkipEmpty, bool bTranspos, bool bAsLink, bool bAllowDialogs,
|
H A D | undoblk.hxx | 174 sal_Bool bSkipEmpty; member 181 bSkipEmpty( sal_False ), in ScUndoPasteOptions() 321 sal_Bool bSkipEmpty; member in ScUndoFillTable
|
/trunk/main/sc/source/ui/vba/ |
H A D | excelvbahelper.cxx | 175 …rame::XModel>& xModel, sal_uInt16 nFlags,sal_uInt16 nFunction,sal_Bool bSkipEmpty, sal_Bool bTrans… in implnPasteSpecial() argument 200 nFunction, bSkipEmpty, bTranspose, bAsLink, in implnPasteSpecial()
|
H A D | vbahelper.cxx | 204 void implnPasteSpecial(sal_uInt16 nFlags,sal_uInt16 nFunction,sal_Bool bSkipEmpty, sal_Bool bTransp… in implnPasteSpecial() argument 229 nFunction, bSkipEmpty, bTranspose, bAsLink, in implnPasteSpecial()
|
H A D | excelvbahelper.hxx | 46 …rame::XModel>& xModel, sal_uInt16 nFlags,sal_uInt16 nFunction,sal_Bool bSkipEmpty, sal_Bool bTrans…
|
/trunk/main/sc/source/core/data/ |
H A D | column3.cxx | 930 sal_Bool bSkipEmpty, ScColumn& rSrcCol ) in MixMarked() argument 938 MixData( nRow1, nRow2, nFunction, bSkipEmpty, rSrcCol ); in MixMarked() 988 sal_uInt16 nFunction, sal_Bool bSkipEmpty, in MixData() argument 1030 if ( bSkipEmpty && bDestEmpty ) // Originalzelle wiederherstellen in MixData()
|
H A D | pagepar.cxx | 59 bFormulas=bNullVals=bSkipEmpty = sal_False; in Reset()
|
H A D | validat.cxx | 566 …inline explicit ScStringTokenIterator( ScTokenArray& rTokArr, bool bSkipEmpty = true )… in ScStringTokenIterator() argument 567 mrTokArr( rTokArr ), mbSkipEmpty( bSkipEmpty ), mbOk( true ) {} in ScStringTokenIterator()
|
H A D | document.cxx | 2536 void ScDocument::MixDocument( const ScRange& rRange, sal_uInt16 nFunction, sal_Bool bSkipEmpty, in MixDocument() argument 2545 nFunction, bSkipEmpty, pSrcDoc->pTab[i] ); in MixDocument() 2551 sal_Bool bSkipEmpty, sal_Bool bAsLink ) in FillTab() argument 2566 sal_Bool bDoMix = ( bSkipEmpty || nFunction ) && ( nFlags & IDF_CONTENTS ); in FillTab() 2593 nFunction, bSkipEmpty, pMixDoc->pTab[i] ); in FillTab() 2609 sal_Bool bSkipEmpty, sal_Bool bAsLink ) 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 D | table2.cxx | 539 sal_uInt16 nFunction, sal_Bool bSkipEmpty, ScTable* pSrcTab ) in MixData() argument 542 aCol[i].MixData( nRow1, nRow2, nFunction, bSkipEmpty, pSrcTab->aCol[i] ); in MixData() 548 sal_Bool bSkipEmpty, ScTable* pSrcTab ) in MixMarked() argument 551 aCol[i].MixMarked( rMark, nFunction, bSkipEmpty, pSrcTab->aCol[i] ); in MixMarked()
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | XSheetPastable.idl | 84 [in] boolean bSkipEmpty,
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 284 bSkipEmpty ( bSkip ), in ScUndoFillTable() 365 pDoc->FillTabMarked( nSrcTab, aMarkData, nFlags, nFunction, bSkipEmpty, bAsLink ); in DoChange() 412 ((ScTabViewTarget&)rTarget).GetViewShell()->FillTab( nFlags, nFunction, bSkipEmpty, bAsLink ); in Repeat()
|
/trunk/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 825 bool SfxOleSection::SetStringValue( sal_Int32 nPropId, const String& rValue, bool bSkipEmpty ) in SetStringValue() argument 827 bool bInserted = !bSkipEmpty || (rValue.Len() > 0); in SetStringValue()
|
H A D | oleprops.hxx | 310 …bool SetStringValue( sal_Int32 nPropId, const String& rValue, bool bSkipEmpty = tru…
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 199 …ViewShell* pViewShell, sal_uInt16 nFlags,sal_uInt16 nFunction,sal_Bool bSkipEmpty, sal_Bool bTrans… 223 nFunction, bSkipEmpty, bTranspose, bAsLink,
|