Searched refs:m_pToolBox (Results 1 – 4 of 4) sorted by relevance
260 if ( m_pToolBox ) in implGetBounds()308 m_pToolBox = NULL; in IMPLEMENT_FORWARD_XTYPEPROVIDER2()399 if ( m_pToolBox ) in getAccessibleDescription()543 if ( m_pToolBox ) in copyText()594 if ( m_pToolBox ) in getForeground()605 if ( m_pToolBox ) in getBackground()628 if ( m_pToolBox ) in getTitledBorderText()639 if ( m_pToolBox ) in getToolTipText()667 if ( m_pToolBox ) in doAccessibleAction()700 if ( m_pToolBox ) in getCurrentValue()[all …]
52 ,m_pToolBox(NULL) in DBG_NAME()71 if ( m_pToolBox ) in checkImageList()82 Size aTbOldSize = m_pToolBox->GetSizePixel(); in checkImageList()83 adjustToolBoxSize(m_pToolBox); in checkImageList()84 Size aTbNewSize = m_pToolBox->GetSizePixel(); in checkImageList()94 if ( m_pToolBox )100 m_pToolBox->SetOutStyle(aOptions.GetToolboxStyle());123 sal_Bool bFirstTime = (m_pToolBox == NULL); in setToolBox()124 m_pToolBox = _pTB; in setToolBox()125 if ( m_pToolBox ) in setToolBox()[all …]
51 ToolBox* m_pToolBox; // our toolbox (may be NULL) member in dbaui::OToolBoxHelper78 inline ToolBox* getToolBox() const { return m_pToolBox; } in getToolBox()
60 ToolBox* m_pToolBox; member in VCLXAccessibleToolBoxItem99 inline void ReleaseToolBox() { m_pToolBox = NULL; } in ReleaseToolBox()
Completed in 22 milliseconds