Searched refs:SchAlignmentTabPage (Results 1 – 3 of 3) sorted by relevance
/trunk/main/chart2/source/controller/dialogs/ |
H A D | tp_TitleRotation.cxx | 43 SchAlignmentTabPage::SchAlignmentTabPage(Window* pWindow, in SchAlignmentTabPage() function in chart::SchAlignmentTabPage 71 SchAlignmentTabPage::~SchAlignmentTabPage() in ~SchAlignmentTabPage() 75 SfxTabPage* SchAlignmentTabPage::Create(Window* pParent, in Create() 78 return new SchAlignmentTabPage(pParent, rInAttrs); in Create() 81 SfxTabPage* SchAlignmentTabPage::CreateWithoutRotation(Window* pParent, in CreateWithoutRotation() 84 return new SchAlignmentTabPage(pParent, rInAttrs, false); in CreateWithoutRotation() 87 sal_Bool SchAlignmentTabPage::FillItemSet(SfxItemSet& rOutAttrs) in FillItemSet() 102 void SchAlignmentTabPage::Reset(const SfxItemSet& rInAttrs) in Reset()
|
H A D | tp_TitleRotation.hxx | 39 class SchAlignmentTabPage : public SfxTabPage class 52 SchAlignmentTabPage(Window* pParent, const SfxItemSet& rInAttrs, bool bWithRotation = true); 53 virtual ~SchAlignmentTabPage();
|
H A D | dlg_ObjectProperties.cxx | 389 … AddTabPage(TP_ALIGNMENT, String(SchResId(STR_PAGE_ALIGNMENT)), SchAlignmentTabPage::Create, NULL); in SchAttribTabDlg() 498 …AddTabPage(TP_ALIGNMENT, String(SchResId(STR_PAGE_ALIGNMENT)), SchAlignmentTabPage::CreateWithoutR… in SchAttribTabDlg()
|
Completed in 21 milliseconds