Lines Matching refs:CustomPropertiesWindow

1798 CustomPropertiesWindow::CustomPropertiesWindow( Window* pParent, const ResId& rResId ) :  in CustomPropertiesWindow()  function in CustomPropertiesWindow
1816 m_aEditLoseFocusTimer.SetTimeoutHdl( LINK( this, CustomPropertiesWindow, EditTimeoutHdl ) ); in CustomPropertiesWindow()
1818 m_aBoxLoseFocusTimer.SetTimeoutHdl( LINK( this, CustomPropertiesWindow, BoxTimeoutHdl ) ); in CustomPropertiesWindow()
1826 CustomPropertiesWindow::~CustomPropertiesWindow() in ~CustomPropertiesWindow()
1833 IMPL_LINK( CustomPropertiesWindow, TypeHdl, CustomPropertiesTypeBox*, pBox ) in IMPL_LINK() argument
1858 IMPL_LINK( CustomPropertiesWindow, RemoveHdl, CustomPropertiesRemoveButton*, pButton ) in IMPL_LINK() argument
1899 IMPL_LINK( CustomPropertiesWindow, EditLoseFocusHdl, CustomPropertiesEdit*, pEdit ) in IMPL_LINK() argument
1915 IMPL_LINK( CustomPropertiesWindow, BoxLoseFocusHdl, CustomPropertiesTypeBox*, pBox ) in IMPL_LINK() argument
1926 IMPL_LINK( CustomPropertiesWindow, EditTimeoutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1932 IMPL_LINK( CustomPropertiesWindow, BoxTimeoutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1938 bool CustomPropertiesWindow::IsLineValid( CustomPropertyLine* pLine ) const in IsLineValid()
1970 void CustomPropertiesWindow::ValidateLine( CustomPropertyLine* pLine, bool bIsFromTypeBox ) in ValidateLine()
1984 void CustomPropertiesWindow::InitControls( HeaderBar* pHeaderBar, const ScrollBar* pScrollBar ) in InitControls()
2056 sal_uInt16 CustomPropertiesWindow::GetVisibleLineCount() const in GetVisibleLineCount()
2070 void CustomPropertiesWindow::AddLine( const ::rtl::OUString& sName, Any& rAny ) in AddLine()
2073 pNewLine->m_aTypeBox.SetSelectHdl( LINK( this, CustomPropertiesWindow, TypeHdl ) ); in AddLine()
2074 pNewLine->m_aRemoveButton.SetClickHdl( LINK( this, CustomPropertiesWindow, RemoveHdl ) ); in AddLine()
2075 … pNewLine->m_aValueEdit.SetLoseFocusHdl( LINK( this, CustomPropertiesWindow, EditLoseFocusHdl ) ); in AddLine()
2078 pNewLine->m_aTypeBox.SetLoseFocusHdl( LINK( this, CustomPropertiesWindow, BoxLoseFocusHdl ) ); in AddLine()
2173 bool CustomPropertiesWindow::AreAllLinesValid() const in AreAllLinesValid()
2191 void CustomPropertiesWindow::ClearAllLines() in ClearAllLines()
2205 void CustomPropertiesWindow::DoScroll( sal_Int32 nNewPos ) in DoScroll()
2236 bool CustomPropertiesWindow::DoesCustomPropertyExist( const String& rName ) const in DoesCustomPropertyExist()
2254 Sequence< beans::PropertyValue > CustomPropertiesWindow::GetCustomProperties() const in GetCustomProperties()