Searched refs:CustomPropertiesWindow (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 1798 CustomPropertiesWindow::CustomPropertiesWindow( Window* pParent, const ResId& rResId ) : in CustomPropertiesWindow() function in CustomPropertiesWindow 1826 CustomPropertiesWindow::~CustomPropertiesWindow() in ~CustomPropertiesWindow() 1833 IMPL_LINK( CustomPropertiesWindow, TypeHdl, 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() 2056 sal_uInt16 CustomPropertiesWindow::GetVisibleLineCount() const in GetVisibleLineCount() 2070 void CustomPropertiesWindow::AddLine( const ::rtl::OUString& sName, Any& rAny ) in AddLine() 2173 bool CustomPropertiesWindow::AreAllLinesValid() const in AreAllLinesValid() 2191 void CustomPropertiesWindow::ClearAllLines() in ClearAllLines() [all …]
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 457 class CustomPropertiesWindow : public Window class 496 CustomPropertiesWindow( Window* pParent, const ResId& rResId ); 497 ~CustomPropertiesWindow(); 519 CustomPropertiesWindow m_aPropertiesWin;
|
Completed in 34 milliseconds