/aoo4110/main/unotools/source/config/ |
H A D | viewoptions.cxx | 295 …::rtl::OUString GetWindowState ( const ::rtl::OUString& … 479 ::rtl::OUString SvtViewOptionsBase_Impl::GetWindowState( const ::rtl::OUString& sName ) in GetWindowState() function in SvtViewOptionsBase_Impl 985 ::rtl::OUString SvtViewOptions::GetWindowState() const in GetWindowState() function in SvtViewOptions 994 … sState = m_pDataContainer_Dialogs->GetWindowState( m_sViewName ); in GetWindowState() 998 … sState = m_pDataContainer_TabDialogs->GetWindowState( m_sViewName ); in GetWindowState() 1002 … sState = m_pDataContainer_TabPages->GetWindowState( m_sViewName ); in GetWindowState() 1006 … sState = m_pDataContainer_Windows->GetWindowState( m_sViewName ); in GetWindowState()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | DesignView.cxx | 203 …aDlgOpt.SetWindowState( ::rtl::OUString::createFromAscii( m_pAddField->GetWindowState(WINDOWSTATE_… in ~ODesignView() 211 …aDlgOpt.SetWindowState( ::rtl::OUString::createFromAscii( m_pReportExplorer->GetWindowState(WINDOW… in ~ODesignView() 566 …m_pReportExplorer->SetWindowState( ByteString( aDlgOpt.GetWindowState().getStr(), RTL_TEXTENCODING… in toggleReportExplorer() 603 …m_pAddField->SetWindowState( ByteString( aDlgOpt.GetWindowState().getStr(), RTL_TEXTENCODING_ASCII… in toggleAddField()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterAccessibility.cxx | 238 virtual bool GetWindowState (const sal_Int16 nType) const; 443 virtual bool GetWindowState (const sal_Int16 nType) const; 1388 bool PresenterAccessible::AccessibleObject::GetWindowState (const sal_Int16 nType) const in GetWindowState() function in sdext::presenter::PresenterAccessible::AccessibleObject 1420 UpdateState(AccessibleStateType::ENABLED, GetWindowState(AccessibleStateType::ENABLED)); in UpdateStateSet() 1421 UpdateState(AccessibleStateType::FOCUSED, GetWindowState(AccessibleStateType::FOCUSED)); in UpdateStateSet() 1422 UpdateState(AccessibleStateType::SHOWING, GetWindowState(AccessibleStateType::SHOWING)); in UpdateStateSet() 2207 bool PresenterAccessible::AccessibleParagraph::GetWindowState (const sal_Int16 nType) const in GetWindowState() function in sdext::presenter::PresenterAccessible::AccessibleParagraph 2218 return AccessibleObject::GetWindowState(nType); in GetWindowState()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 126 OUString::createFromAscii( GetWindowState( WINDOWSTATE_MASK_POS ).GetBuffer() ) ); in SetDialogData_Impl() 146 SetWindowState( ByteString( aDlgOpt.GetWindowState().getStr(), RTL_TEXTENCODING_ASCII_US ) ); in GetDialogData_Impl() 336 pImp->aWinState = GetWindowState( nMask ); in IMPL_LINK() 651 pImp->aWinState = GetWindowState( nMask ); in IMPL_LINK()
|
H A D | srchdlg.cxx | 91 m_sWinState = ByteString( aViewOpt.GetWindowState().getStr(), RTL_TEXTENCODING_ASCII_US ); in LoadConfig() 190 m_sWinState = GetWindowState( WINDOWSTATE_MASK_POS | WINDOWSTATE_MASK_STATE ); in Move()
|
H A D | dockwin.cxx | 560 pImp->aWinState = GetFloatingWindow()->GetWindowState(); in PrepareToggleFloatingMode() 1229 pImp->aWinState = pFloatWin->GetWindowState(); in Initialize_Impl() 1266 pImp->aWinState = GetFloatingWindow()->GetWindowState(); in FillInfo() 2010 pImp->aWinState = GetFloatingWindow()->GetWindowState(); in IMPL_LINK()
|
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | Formula.cxx | 99 …aDlgOpt.SetWindowState( ::rtl::OUString::createFromAscii( m_pAddField->GetWindowState((WINDOWSTATE… in ~FormulaDialog() 211 …m_pAddField->SetWindowState( ByteString( aDlgOpt.GetWindowState().getStr(), RTL_TEXTENCODING_ASCII… in ToggleCollapsed()
|
/aoo4110/main/vcl/source/window/ |
H A D | wrkwin.cxx | 246 mpWindowImpl->mpFrame->GetWindowState(&aState); in IsMinimized() 309 if( mpWindowImpl->mpFrame->GetWindowState( &aState ) ) in IsMaximized()
|
H A D | syswin.cxx | 883 if ( mpWindowImpl->mpFrame->GetWindowState( &aState ) ) in GetWindowStateData() 965 ByteString SystemWindow::GetWindowState( sal_uLong nMask ) const in GetWindowState() function in SystemWindow
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 257 ByteString AbstractDropDownFieldDialog_Impl::GetWindowState( sal_uLong nMask ) const in GetWindowState() function in AbstractDropDownFieldDialog_Impl 259 return pDlg->GetWindowState(nMask); in GetWindowState() 431 ByteString AbstractFldInputDlg_Impl::GetWindowState( sal_uLong nMask ) const in GetWindowState() function in AbstractFldInputDlg_Impl 433 return pDlg->GetWindowState( nMask ); in GetWindowState()
|
H A D | swdlgfact.hxx | 174 …virtual ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const; //this met… 269 virtual ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const ;
|
/aoo4110/main/framework/source/helper/ |
H A D | persistentwindowstate.cxx | 300 ((SystemWindow*)pWindow)->GetWindowState(nMask), in implst_getWindowStateFromWindow() 343 …::rtl::OUString sOldWindowState = ::rtl::OStringToOUString( pSystemWindow->GetWindowState(), RTL_T… in implst_setWindowStateOnWindow()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | childwin.cxx | 352 aInfo.aWinState = ((SystemWindow*)pWindow)->GetWindowState( nMask ); in GetInfo() 357 aInfo.aWinState = ((DockingWindow*)pWindow)->GetFloatingWindow()->GetWindowState(); in GetInfo() 430 rInfo.aWinState = ByteString( String(aWinOpt.GetWindowState()), RTL_TEXTENCODING_UTF8 ); in InitializeChildWinFactory_Impl()
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 202 *pWindowState = pDlg->GetWindowState(); in StartInputFldDlg() 222 *pWindowState = pDlg->GetWindowState(); in StartDropDownFldDlg()
|
/aoo4110/main/sw/inc/ |
H A D | swabstdlg.hxx | 116 virtual ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const = 0; 257 …virtual ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const = 0; //this…
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimationCreateDialog.cxx | 678 SetWindowState( ByteString( aDlgOpt.GetWindowState().getStr(), in setPosition() 706 OUString::createFromAscii( GetWindowState( WINDOWSTATE_MASK_POS ).GetBuffer() ) ); in storePosition()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | viewoptions.hxx | 231 ::rtl::OUString GetWindowState( ) const;
|
/aoo4110/main/framework/source/inc/pattern/ |
H A D | window.hxx | 82 sWindowState = ((SystemWindow*)pWindow)->GetWindowState(nMask); in getWindowState()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpframe.hxx | 89 virtual sal_Bool GetWindowState( SalFrameState* pState );
|
/aoo4110/main/vcl/inc/ |
H A D | salframe.hxx | 188 virtual sal_Bool GetWindowState( SalFrameState* pState ) = 0;
|
/aoo4110/main/vcl/inc/win/ |
H A D | salframe.h | 111 virtual sal_Bool GetWindowState( SalFrameState* pState );
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salframe.h | 124 virtual sal_Bool GetWindowState( SalFrameState* pState );
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | syswin.hxx | 230 ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const;
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salframe.h | 128 virtual sal_Bool GetWindowState( SalFrameState* pState );
|
/aoo4110/main/cui/source/dialogs/ |
H A D | iconcdlg.cxx | 302 …aTabDlgOpt.SetWindowState( ::rtl::OUString::createFromAscii( GetWindowState((WINDOWSTATE_MASK_X | … in ~IconChoiceDialog() 1073 SetWindowState( ByteString( aTabDlgOpt.GetWindowState().getStr(), RTL_TEXTENCODING_ASCII_US ) ); in Start_Impl()
|