Home
last modified time | relevance | path

Searched refs:bSkipAttrForEmpty (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocument.cxx1939 pCBFCP->nInsFlag, pCBFCP->bAsLink, pCBFCP->bSkipAttrForEmpty, ppClipTab[nClipTab] ); in CopyBlockFromClip()
2061 … sal_Bool bAsLink, sal_Bool bIncludeFiltered, sal_Bool bSkipAttrForEmpty, in CopyFromClip() argument
2126 if ( ( nInsFlag & IDF_ATTRIB ) && !bSkipAttrForEmpty ) in CopyFromClip()
2134 aCBFCP.bSkipAttrForEmpty = bSkipAttrForEmpty; in CopyFromClip()
2303 bool bResetCut, bool bAsLink, bool /*bIncludeFiltered*/, bool bSkipAttrForEmpty) in CopyMultiRangeFromClip() argument
2329 aCBFCP.bSkipAttrForEmpty = bSkipAttrForEmpty; in CopyMultiRangeFromClip()
2366 if (!bSkipAttrForEmpty) in CopyMultiRangeFromClip()
2385 if (!bSkipAttrForEmpty) in CopyMultiRangeFromClip()
H A Dcolumn3.cxx669 sal_uInt16 nInsFlag, sal_Bool bAsLink, sal_Bool bSkipAttrForEmpty, in CopyFromClip() argument
674 if ( bSkipAttrForEmpty ) in CopyFromClip()
H A Dtable2.cxx490 sal_Bool bAsLink, sal_Bool bSkipAttrForEmpty, ScTable* pTable) in CopyFromClip() argument
500 …aCol[i].CopyFromClip(nRow1, nRow2, nDy, nInsFlag, bAsLink, bSkipAttrForEmpty, pTable->aCol[i - nDx… in CopyFromClip()
/trunk/main/sc/inc/
H A Ddocument.hxx211 sal_Bool bSkipAttrForEmpty; member
1100 sal_Bool bSkipAttrForEmpty = sal_False,
1107 bool bSkipAttrForEmpty = false);
H A Dcolumn.hxx191 … sal_uInt16 nInsFlag, sal_Bool bAsLink, sal_Bool bSkipAttrForEmpty, ScColumn& rColumn);
H A Dtable.hxx377 … sal_uInt16 nInsFlag, sal_Bool bAsLink, sal_Bool bSkipAttrForEmpty, ScTable* pTable);