Lines Matching refs:Window
54 SfxCommonPrintOptionsTabPage::SfxCommonPrintOptionsTabPage( Window* pParent, const SfxItemSet& rSet… in SfxCommonPrintOptionsTabPage()
133 SfxTabPage* SfxCommonPrintOptionsTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet ) in Create()
140 Window* SfxCommonPrintOptionsTabPage::GetParentLabeledBy( const Window* pWindow ) const in GetParentLabeledBy()
142 if ( pWindow == (Window *)&aReduceGradientsStepCountNF ) in GetParentLabeledBy()
143 return (Window *)&aReduceGradientsStripesRB; in GetParentLabeledBy()
144 else if ( pWindow == (Window *)&aReduceBitmapsResolutionLB ) in GetParentLabeledBy()
145 return (Window *)&aReduceBitmapsResolutionRB; in GetParentLabeledBy()
150 Window* SfxCommonPrintOptionsTabPage::GetParentLabelFor( const Window* pWindow ) const in GetParentLabelFor()
152 if ( pWindow == (Window *)&aReduceGradientsStripesRB ) in GetParentLabelFor()
153 return (Window *)&aReduceGradientsStepCountNF; in GetParentLabelFor()
154 else if ( pWindow == (Window *)&aReduceBitmapsResolutionRB ) in GetParentLabelFor()
155 return (Window *)&aReduceBitmapsResolutionLB; in GetParentLabelFor()
511 TransparencyPrintWarningBox::TransparencyPrintWarningBox( Window* pParent ) : in TransparencyPrintWarningBox()