Searched refs:xSheetOutline (Results 1 – 1 of 1) sorted by relevance
5037 …uno::Reference< sheet::XSheetOutline > xSheetOutline( helper.getSpreadSheet(), uno::UNO_QUERY_THRO… in setShowDetail() local5039 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() local5308 xSheetOutline->autoOutline( thisAddress ); in AutoOutline()5329 …uno::Reference< sheet::XSheetOutline > xSheetOutline( thisRange.getSpreadSheet(), uno::UNO_QUERY_T… in ClearOutline() local5330 xSheetOutline->clearOutline(); in ClearOutline()5343 …uno::Reference< sheet::XSheetOutline > xSheetOutline( thisRange.getSpreadSheet(), uno::UNO_QUERY_T… in groupUnGroup() local5345 xSheetOutline->ungroup( thisAddress, nOrient ); in groupUnGroup()5347 xSheetOutline->group( thisAddress, nOrient ); in groupUnGroup()
Completed in 45 milliseconds