Home
last modified time | relevance | path

Searched refs:bVisible (Results 1 – 25 of 289) sorted by last modified time

12345678910>>...12

/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1609 sal_Bool bVisible = sal_True; in importDefaults() local
1611 &bVisible, OUString( RTL_CONSTASCII_USTRINGPARAM("visible") ), in importDefaults()
1612 xAttributes, _pImport->XMLNS_DIALOGS_UID ) && !bVisible) in importDefaults()
H A Dxmldlg_export.cxx993 sal_Bool bVisible = sal_True; in readDefaults() local
996 …_xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("EnableVisible") ) ) >>= bVisible) in readDefaults()
1000 if (! bVisible) in readDefaults()
/aoo41x/main/xmloff/source/text/
H A Dtxtvfldi.cxx115 sal_Bool bDescription, sal_Bool bHelp, sal_Bool bHint, sal_Bool bVisible, in XMLVarFieldImportContext() argument
142 bSetVisible(bVisible), in XMLVarFieldImportContext()
310 …sal_Bool bDescription, sal_Bool bHelp, sal_Bool bHint, sal_Bool bVisible, sal_Bool bIsDisplayFormu… in XMLSetVarFieldImportContext() argument
315 bDescription, bHelp, bHint, bVisible, bIsDisplayFormula, in XMLSetVarFieldImportContext()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport.cxx714 sal_Bool bVisible = sal_True; in exportShape() local
717 xSet->getPropertyValue(msVisible) >>= bVisible; in exportShape()
721 const unsigned short nDisplay = (bVisible ? 2 : 0) | (bPrintable ? 1 : 0); in exportShape()
H A Dsdpropls.cxx1681 sal_Bool bVisible = false; in ContextFilter() local
1682 (*property).maValue >>= bVisible; in ContextFilter()
1683 if( bVisible ) in ContextFilter()
/aoo41x/main/xmloff/inc/
H A Dtxtvfldi.hxx195 sal_Bool bVisible, /// set IsVisible (display attr)
323 sal_Bool bVisible, /// see XMLTextFieldImportContext
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx180 if ( bVisible ) in ImplSaveFrameState()
187 if ( bVisible ) in ImplSaveFrameState()
230 if ( bVisible ) in ImplSaveFrameState()
1290 if ( bVisible ) in ImplSalShow()
1399 void WinSalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument
1407 ImplSalShow( mhWnd, bVisible, bNoActivate ); in Show()
1437 if ( !bVisible ) in SetPosSize()
1922 if ( !bVisible ) in SetWindowState()
1963 (!bVisible || (aPlacement.showCmd == SW_RESTORE)) ) in SetWindowState()
2086 if ( bVisible && (mnShowState != mnFullScreenShowState) ) in ShowFullScreen()
[all …]
H A Dsalobj.cxx809 sal_Bool bVisible = (GetWindowStyle( mhWnd ) & WS_VISIBLE) != 0; in SetPosSize() local
810 if ( bVisible ) in SetPosSize()
822 void WinSalObject::Show( sal_Bool bVisible ) in Show() argument
824 if ( bVisible ) in Show()
/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1707 void KDESalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument
1714 X11SalFrame::Show( bVisible, bNoActivate ); in Show()
/aoo41x/main/vcl/unx/kde4/
H A DKDESalFrame.cxx61 void KDESalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument
69 X11SalFrame::Show( bVisible, bNoActivate ); in Show()
H A DKDESalFrame.hxx53 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate );
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1298 void GtkSalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument
1305 if( bVisible ) in Show()
1783 bool bVisible = GTK_WIDGET_MAPPED(m_pWindow); in SetScreenNumber() local
1784 if( bVisible ) in SetScreenNumber()
1790 if( bVisible ) in SetScreenNumber()
1815 bool bVisible = GTK_WIDGET_MAPPED(m_pWindow); in ShowFullScreen() local
1816 if( bVisible ) in ShowFullScreen()
1845 if( bVisible ) in ShowFullScreen()
1850 bool bVisible = GTK_WIDGET_MAPPED(m_pWindow); in ShowFullScreen() local
1853 if( bVisible ) in ShowFullScreen()
[all …]
H A Dgtkobject.cxx143 void GtkSalObject::Show( sal_Bool bVisible ) in Show() argument
147 if( bVisible ) in Show()
/aoo41x/main/vcl/unx/headless/
H A Dsvpdummies.hxx50 virtual void Show( sal_Bool bVisible );
H A Dsvpframe.cxx180 void SvpSalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument
182 if( bVisible && ! m_bVisible ) in Show()
189 else if( ! bVisible && m_bVisible ) in Show()
H A Dsvpframe.hxx80 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx1152 bMapped_ = bVisible; in Show()
1153 bViewable_ = bVisible; in Show()
1155 if( bVisible ) in Show()
2170 if( bVisible ) in SetScreenNumber()
2175 if( bVisible ) in SetScreenNumber()
2182 if( bVisible ) in SetScreenNumber()
2185 if( bVisible ) in SetScreenNumber()
2210 if( bVisible ) in ShowFullScreen()
2226 if( bVisible ) in ShowFullScreen()
2237 if( bVisible ) in ShowFullScreen()
[all …]
H A Dsalobj.cxx397 X11SalObject::Show( sal_Bool bVisible ) in Show() argument
402 if ( bVisible ) { in Show()
413 mbVisible = bVisible; in Show()
/aoo41x/main/vcl/unx/generic/app/
H A Di18n_status.cxx613 bool bVisible = true; in setStatusText() local
620 bVisible = false; in setStatusText()
624 m_pStatusWindow->show( bVisible, contextmap ); in setStatusText()
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx3161 sal_Bool bVisible = IsVisible(); in ImplUpdateOverlapWindowPtr() local
3182 if ( bVisible ) in ImplUpdateOverlapWindowPtr()
6360 sal_Bool bVisible = IsVisible(); in SetParent() local
6476 if ( bVisible ) in SetParent()
6486 if ( mpWindowImpl->mbVisible == bVisible ) in Show()
6492 mpWindowImpl->mbVisible = (bVisible != 0); in Show()
6494 if ( !bVisible ) in Show()
8020 void Window::ShowPointer( sal_Bool bVisible ) in ShowPointer() argument
8026 mpWindowImpl->mbNoPtrVisible = !bVisible; in ShowPointer()
10060 sal_Bool bVisible = mpWindowImpl->mbVisible; in PaintToDevice() local
[all …]
H A Dtoolbox2.cxx1805 void ToolBox::ShowItem( sal_uInt16 nItemId, sal_Bool bVisible ) in ShowItem() argument
1813 if ( pItem->mbVisible != bVisible ) in ShowItem()
1815 pItem->mbVisible = bVisible; in ShowItem()
H A Dmenu.cxx257 pData->bVisible = sal_True; in Insert()
288 pData->bVisible = sal_True; in InsertSeparator()
1857 if ( !bIsMenuBar && pData && ( pData->bVisible != bVisible ) ) in ShowItem()
1865 pData->bVisible = bVisible; in ShowItem()
2157 sal_Bool bVisible = sal_True; in ImplIsVisible() local
2161 if( pData && !pData->bVisible ) in ImplIsVisible()
2162 bVisible = sal_False; in ImplIsVisible()
2167 bVisible = sal_False; in ImplIsVisible()
2190 if( bVisible ) in ImplIsVisible()
2213 bVisible = sal_False; in ImplIsVisible()
[all …]
H A Dsyswin.cxx357 void SystemWindow::ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible ) in ShowTitleButton() argument
361 if ( mbDockBtn != bVisible ) in ShowTitleButton()
363 mbDockBtn = bVisible; in ShowTitleButton()
365 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetDockButton( bVisible ); in ShowTitleButton()
370 if ( mbHideBtn != bVisible ) in ShowTitleButton()
372 mbHideBtn = bVisible; in ShowTitleButton()
374 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetHideButton( bVisible ); in ShowTitleButton()
380 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuButton( bVisible ); in ShowTitleButton()
H A Ddockmgr.cxx1209 void ImplDockingWindowWrapper::ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible ) in ShowTitleButton() argument
1212 mpFloatWin->ShowTitleButton( nButton, bVisible ); in ShowTitleButton()
1216 mbDockBtn = bVisible; in ShowTitleButton()
1218 mbHideBtn = bVisible; in ShowTitleButton()
1353 sal_Bool bVisible = GetWindow()->IsVisible(); in SetFloatingMode() local
1422 if ( bVisible ) in SetFloatingMode()
1459 if ( bVisible ) in SetFloatingMode()
H A Ddockwin.cxx799 void DockingWindow::ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible ) in ShowTitleButton() argument
802 mpFloatWin->ShowTitleButton( nButton, bVisible ); in ShowTitleButton()
806 mbDockBtn = bVisible; in ShowTitleButton()
808 mbHideBtn = bVisible; in ShowTitleButton()
841 sal_Bool bVisible = IsVisible(); in SetFloatingMode() local
894 if ( bVisible ) in SetFloatingMode()
928 if ( bVisible ) in SetFloatingMode()

Completed in 308 milliseconds

12345678910>>...12