Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/slidesorter/inc/controller/ !
H A DSlsProperties.hxx61 bool IsShowFocus (void) const;
/AOO41X/main/sd/source/ui/slidesorter/controller/ !
H A DSlsProperties.cxx104 bool Properties::IsShowFocus (void) const in IsShowFocus() function in sd::slidesorter::controller::Properties
/AOO41X/main/offapi/com/sun/star/drawing/ !
H A DSlideSorter.idl88 [attribute] boolean IsShowFocus;
/AOO41X/main/sd/source/ui/slidesorter/shell/ !
H A DSlideSorterService.cxx369 return mpSlideSorter->GetProperties()->IsShowFocus(); in getIsShowFocus()