Home
last modified time | relevance | path

Searched refs:_bShow (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/cui/source/options/
H A Dinternationaloptions.cxx52 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()
/trunk/main/reportdesign/source/ui/report/
H A DReportWindow.cxx143 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 DStartMarker.cxx280 void OStartMarker::showRuler(sal_Bool _bShow) in showRuler() argument
282 m_bShowRuler = _bShow; in showRuler()
H A DScrollHelper.cxx277 void OScrollWindowHelper::showRuler(sal_Bool _bShow) in showRuler() argument
279 m_aReportWindow.showRuler(_bShow); in showRuler()
H A DReportController.cxx2145 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 DDesignView.cxx444 void ODesignView::showRuler(sal_Bool _bShow) in showRuler() argument
446 m_aScrollWindow.showRuler(_bShow); in showRuler()
/trunk/main/extensions/source/propctrlr/
H A Dcomposeduiupdate.cxx156 …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 Dpropertyeditor.cxx451 void OPropertyEditor::ShowPropertyPage( sal_uInt16 _nPageId, bool _bShow ) in ShowPropertyPage() argument
453 if ( !_bShow ) in ShowPropertyPage()
H A Dxsdvalidationpropertyhandler.cxx291 …ference< XObjectInspectorUI >& _rxInspectorUI, const ::rtl::OUString& _rPropertyName, bool _bShow ) in showPropertyUI() argument
293 if ( _bShow ) in showPropertyUI()
H A Dpropertyeditor.hxx111 void ShowPropertyPage( sal_uInt16 _nPageId, bool _bShow );
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx232 …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 Dvclxaccessibletoolbox.cxx483 … VCLXAccessibleToolBox::HandleSubToolBarEvent( const VclWindowEvent& rVclWindowEvent, bool _bShow ) in HandleSubToolBarEvent() argument
500 pItem->NotifyChildEvent( xChild, _bShow ); in HandleSubToolBarEvent()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationpages.cxx104 void PreparationPage::showCloseDocsError( bool _bShow ) in showCloseDocsError() argument
106 m_aCloseDocError.Show( _bShow ); in showCloseDocsError()
H A Dmacromigrationdialog.cxx354 void MacroMigrationDialog::impl_showCloseDocsError( bool _bShow ) in impl_showCloseDocsError() argument
359 pPreparationPage->showCloseDocsError( _bShow ); in impl_showCloseDocsError()
H A Dmacromigrationdialog.hxx74 void impl_showCloseDocsError( bool _bShow );
H A Dmacromigrationpages.hxx78 void showCloseDocsError( bool _bShow );
/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx426 void NavigationToolBar::ShowFunctionGroup( FunctionGroup _eGroup, bool _bShow ) in ShowFunctionGroup() argument
470 m_pToolbar->ShowItem( *pGroupIds++, _bShow ); in ShowFunctionGroup()
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx204 ,bool _bShow);
215 ,bool _bShow);
H A DStartMarker.hxx74 void showRuler(sal_Bool _bShow);
H A DReportWindow.hxx151 void showRuler(sal_Bool _bShow);
H A DScrollHelper.hxx159 void showRuler(sal_Bool _bShow);
H A DDesignView.hxx208 void showRuler(sal_Bool _bShow);
H A DViewsWindow.hxx282 void showRuler(sal_Bool _bShow);
/trunk/main/forms/source/solar/inc/
H A Dnavtoolbar.hxx113 void ShowFunctionGroup( FunctionGroup _eGroup, bool _bShow );
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletoolbox.hxx57 … HandleSubToolBarEvent( const VclWindowEvent& rVclWindowEvent, bool _bShow );

Completed in 97 milliseconds

12