Searched refs:CustomPropertyLine (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | dinfdlg.hxx | 326 struct CustomPropertyLine; 331 CustomPropertyLine* m_pLine; 335 Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesEdit() 338 inline CustomPropertyLine* GetLine() const { return m_pLine; } in GetLine() 344 CustomPropertyLine* m_pLine; 348 Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesTypeBox() 351 inline CustomPropertyLine* GetLine() const { return m_pLine; } in GetLine() 357 CustomPropertyLine* m_pLine; 361 Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesDateField() 364 inline CustomPropertyLine* GetLine() const { return m_pLine; } in GetLine() [all …]
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | dinfdlg.cxx | 1673 …:CustomPropertiesDurationField( Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesDurationField() 1720 …on::CustomPropertiesEditButton( Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesEditButton() 1759 CustomPropertyLine::CustomPropertyLine( Window* pParent ) : in CustomPropertyLine() function in CustomPropertyLine 1781 void CustomPropertyLine::SetRemoved() in SetRemoved() 1836 CustomPropertyLine* pLine = pBox->GetLine(); in IMPL_LINK() 1860 CustomPropertyLine* pLine = pButton->GetLine(); in IMPL_LINK() 1861 std::vector< CustomPropertyLine* >::iterator pFound = in IMPL_LINK() 1867 std::vector< CustomPropertyLine* >::iterator pIter = pFound + 1; in IMPL_LINK() 1903 CustomPropertyLine* pLine = pEdit->GetLine(); in IMPL_LINK() 1938 bool CustomPropertiesWindow::IsLineValid( CustomPropertyLine* pLine ) const in IsLineValid() [all …]
|