Lines Matching refs:ScLabelRangesObj
74 SC_SIMPLE_SERVICE_INFO( ScLabelRangesObj, "ScLabelRangesObj", "com.sun.star.sheet.LabelRanges" )
1149 ScLabelRangesObj::ScLabelRangesObj(ScDocShell* pDocSh, sal_Bool bCol) : in ScLabelRangesObj() function in ScLabelRangesObj
1156 ScLabelRangesObj::~ScLabelRangesObj() in ~ScLabelRangesObj()
1162 void ScLabelRangesObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
1175 ScLabelRangeObj* ScLabelRangesObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl()
1191 void SAL_CALL ScLabelRangesObj::addNew( const table::CellRangeAddress& aLabelArea, in addNew()
1224 void SAL_CALL ScLabelRangesObj::removeByIndex( sal_Int32 nIndex ) in removeByIndex()
1264 uno::Reference<container::XEnumeration> SAL_CALL ScLabelRangesObj::createEnumeration() in createEnumeration()
1273 sal_Int32 SAL_CALL ScLabelRangesObj::getCount() throw(uno::RuntimeException) in getCount()
1286 uno::Any SAL_CALL ScLabelRangesObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
1299 uno::Type SAL_CALL ScLabelRangesObj::getElementType() throw(uno::RuntimeException) in getElementType()
1306 sal_Bool SAL_CALL ScLabelRangesObj::hasElements() throw(uno::RuntimeException) in hasElements()