/aoo41x/main/cui/source/options/ |
H A D | internationaloptions.cxx | 52 void ShowOption_SheetView( sal_Bool _bShow = sal_True ); 81 void InternationalOptionsPage::IMPL::ShowOption_SheetView( sal_Bool _bShow ) in ShowOption_SheetView() argument 83 m_aFL_SheetView.Show( _bShow ); in ShowOption_SheetView() 84 m_aCB_ShtVwRight2Left.Show( _bShow ); in ShowOption_SheetView() 85 m_aCB_ShtVwCurrentDocOnly.Show( _bShow ); in ShowOption_SheetView()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportWindow.cxx | 143 void OReportWindow::showRuler(sal_Bool _bShow) in showRuler() argument 145 m_aHRuler.Show(_bShow); in showRuler() 147 m_aViewsWindow.showRuler(_bShow); in showRuler()
|
H A D | StartMarker.cxx | 280 void OStartMarker::showRuler(sal_Bool _bShow) in showRuler() argument 282 m_bShowRuler = _bShow; in showRuler()
|
H A D | ScrollHelper.cxx | 277 void OScrollWindowHelper::showRuler(sal_Bool _bShow) in showRuler() argument 279 m_aReportWindow.showRuler(_bShow); in showRuler()
|
H A D | ReportController.cxx | 2145 void OReportController::notifyGroupSections(const ContainerEvent& _rEvent,bool _bShow) in notifyGroupSections() argument 2155 if ( _bShow ) in notifyGroupSections() 2168 groupChange(xGroup,PROPERTY_HEADERON,nGroupPos,_bShow); in notifyGroupSections() 2169 if (_bShow) in notifyGroupSections() 2180 groupChange(xGroup,PROPERTY_FOOTERON,nGroupPos,_bShow); in notifyGroupSections() 2181 if (_bShow) in notifyGroupSections() 2332 …rence< report::XGroup>& _xGroup,const ::rtl::OUString& _sPropName,sal_Int32 _nGroupPos,bool _bShow) in groupChange() argument 2358 if ( !_bShow ) in groupChange() 2364 if ( _bShow ) in groupChange()
|
H A D | DesignView.cxx | 444 void ODesignView::showRuler(sal_Bool _bShow) in showRuler() argument 446 m_aScrollWindow.showRuler(_bShow); in showRuler()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | composeduiupdate.cxx | 156 …virtual void SAL_CALL showCategory( const ::rtl::OUString& _rCategory, ::sal_Bool _bShow ) throw (… 351 …void CachedInspectorUI::showCategory( const ::rtl::OUString& _rCategory, sal_Bool _bShow ) throw (… in showCategory() argument 355 … lcl_markStringKeyPositiveOrNegative( _rCategory, aShownCategories, aHiddenCategories, _bShow ); in showCategory()
|
H A D | propertyeditor.cxx | 451 void OPropertyEditor::ShowPropertyPage( sal_uInt16 _nPageId, bool _bShow ) in ShowPropertyPage() argument 453 if ( !_bShow ) in ShowPropertyPage()
|
H A D | xsdvalidationpropertyhandler.cxx | 291 …ference< XObjectInspectorUI >& _rxInspectorUI, const ::rtl::OUString& _rPropertyName, bool _bShow ) in showPropertyUI() argument 293 if ( _bShow ) in showPropertyUI()
|
H A D | propertyeditor.hxx | 111 void ShowPropertyPage( sal_uInt16 _nPageId, bool _bShow );
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessibletoolboxitem.cxx | 232 …VCLXAccessibleToolBoxItem::NotifyChildEvent( const Reference< XAccessible >& _xChild, bool _bShow ) in NotifyChildEvent() argument 234 Any aOld = _bShow ? Any() : makeAny( _xChild ); in NotifyChildEvent() 235 Any aNew = _bShow ? makeAny( _xChild ) : Any(); in NotifyChildEvent()
|
H A D | vclxaccessibletoolbox.cxx | 483 … VCLXAccessibleToolBox::HandleSubToolBarEvent( const VclWindowEvent& rVclWindowEvent, bool _bShow ) in HandleSubToolBarEvent() argument 500 pItem->NotifyChildEvent( xChild, _bShow ); in HandleSubToolBarEvent()
|
/aoo41x/main/dbaccess/source/ext/macromigration/ |
H A D | macromigrationpages.cxx | 104 void PreparationPage::showCloseDocsError( bool _bShow ) in showCloseDocsError() argument 106 m_aCloseDocError.Show( _bShow ); in showCloseDocsError()
|
H A D | macromigrationdialog.cxx | 354 void MacroMigrationDialog::impl_showCloseDocsError( bool _bShow ) in impl_showCloseDocsError() argument 359 pPreparationPage->showCloseDocsError( _bShow ); in impl_showCloseDocsError()
|
H A D | macromigrationdialog.hxx | 74 void impl_showCloseDocsError( bool _bShow );
|
H A D | macromigrationpages.hxx | 78 void showCloseDocsError( bool _bShow );
|
/aoo41x/main/forms/source/solar/control/ |
H A D | navtoolbar.cxx | 426 void NavigationToolBar::ShowFunctionGroup( FunctionGroup _eGroup, bool _bShow ) in ShowFunctionGroup() argument 470 m_pToolbar->ShowItem( *pGroupIds++, _bShow ); in ShowFunctionGroup()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | StartMarker.hxx | 74 void showRuler(sal_Bool _bShow);
|
H A D | ReportController.hxx | 204 ,bool _bShow); 215 ,bool _bShow);
|
H A D | ScrollHelper.hxx | 159 void showRuler(sal_Bool _bShow);
|
H A D | ReportWindow.hxx | 151 void showRuler(sal_Bool _bShow);
|
H A D | DesignView.hxx | 208 void showRuler(sal_Bool _bShow);
|
H A D | ViewsWindow.hxx | 282 void showRuler(sal_Bool _bShow);
|
/aoo41x/main/forms/source/solar/inc/ |
H A D | navtoolbar.hxx | 113 void ShowFunctionGroup( FunctionGroup _eGroup, bool _bShow );
|
/aoo41x/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessibletoolbox.hxx | 57 … HandleSubToolBarEvent( const VclWindowEvent& rVclWindowEvent, bool _bShow );
|