Home
last modified time | relevance | path

Searched refs:ClearSelectionItems (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcolumn.hxx517 void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
H A Dtable.hxx766 void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
H A Ddocument.hxx1791 void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcolumn.hxx516 void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
H A Dtable.hxx748 void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
H A Ddocument.hxx1750 void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dconditio.cxx2241 rDoc.ClearSelectionItems(pItems, aMark); in RemoveFromDocument()
H A Dtable2.cxx3099 void ScTable::ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark ) in ClearSelectionItems() function in ScTable
3102 aCol[i].ClearSelectionItems( pWhich, rMark ); in ClearSelectionItems()
H A Ddocument.cxx5945 void ScDocument::ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark ) in ClearSelectionItems() function in ScDocument
5953 maTabs[rTab]->ClearSelectionItems( pWhich, rMark ); in ClearSelectionItems()
H A Dcolumn.cxx463 void ScColumn::ClearSelectionItems( const sal_uInt16* pWhich,const ScMarkData& rMark ) in ClearSelectionItems() function in ScColumn
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dconditio.cxx2237 pDoc->ClearSelectionItems(pItems, aMark); in RemoveFromDocument()
H A Dtable2.cxx2917 void ScTable::ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark ) in ClearSelectionItems() function in ScTable
2920 aCol[i].ClearSelectionItems( pWhich, rMark ); in ClearSelectionItems()
H A Dcolumn.cxx461 void ScColumn::ClearSelectionItems( const sal_uInt16* pWhich,const ScMarkData& rMark ) in ClearSelectionItems() function in ScColumn
H A Ddocument.cxx5902 void ScDocument::ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark ) in ClearSelectionItems() function in ScDocument
5910 maTabs[rTab]->ClearSelectionItems( pWhich, rMark ); in ClearSelectionItems()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundoblk.cxx2126 rDoc.ClearSelectionItems( pWhich.get(), aMarkData ); in Redo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundoblk.cxx2109 rDoc.ClearSelectionItems( pWhich.get(), aMarkData ); in Redo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocfunc.cxx4118 rDoc.ClearSelectionItems( pWhich, aMultiMark ); in ClearItems()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocfunc.cxx4101 rDoc.ClearSelectionItems( pWhich, aMultiMark ); in ClearItems()