Home
last modified time | relevance | path

Searched refs:pXFRange (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxistyle.hxx599 void Insert(XclImpXFRange* pXFRange, sal_uLong nIndex);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxistyle.hxx600 void Insert(XclImpXFRange* pXFRange, sal_uLong nIndex);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxistyle.cxx1793 void XclImpXFRangeColumn::Insert(XclImpXFRange* pXFRange, sal_uLong nIndex) in Insert() argument
1795 maIndexList.insert( maIndexList.begin() + nIndex, std::unique_ptr<XclImpXFRange>(pXFRange) ); in Insert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxistyle.cxx1787 void XclImpXFRangeColumn::Insert(XclImpXFRange* pXFRange, sal_uLong nIndex) in Insert() argument
1789 maIndexList.insert( maIndexList.begin() + nIndex, std::unique_ptr<XclImpXFRange>(pXFRange) ); in Insert()