Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx5037 …uno::Reference< sheet::XSheetOutline > xSheetOutline( helper.getSpreadSheet(), uno::UNO_QUERY_THRO… in setShowDetail() local
5039 xSheetOutline->showDetail( aOutlineAddress ); in setShowDetail()
5041 xSheetOutline->hideDetail( aOutlineAddress ); in setShowDetail()
5307 …uno::Reference< sheet::XSheetOutline > xSheetOutline( thisRange.getSpreadSheet(), uno::UNO_QUERY_T… in AutoOutline() local
5308 xSheetOutline->autoOutline( thisAddress ); in AutoOutline()
5329 …uno::Reference< sheet::XSheetOutline > xSheetOutline( thisRange.getSpreadSheet(), uno::UNO_QUERY_T… in ClearOutline() local
5330 xSheetOutline->clearOutline(); in ClearOutline()
5343 …uno::Reference< sheet::XSheetOutline > xSheetOutline( thisRange.getSpreadSheet(), uno::UNO_QUERY_T… in groupUnGroup() local
5345 xSheetOutline->ungroup( thisAddress, nOrient ); in groupUnGroup()
5347 xSheetOutline->group( thisAddress, nOrient ); in groupUnGroup()

Completed in 93 milliseconds