Searched refs:AnyWidget (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 221 struct VCL_DLLPUBLIC AnyWidget struct in vcl::PDFWriter 256 AnyWidget( WidgetType eType ) : in AnyWidget() argument 267 virtual ~AnyWidget(); 276 AnyWidget( const AnyWidget& rSource ) in AnyWidget() function 293 AnyWidget& operator=( const AnyWidget& ); // never implemented 330 virtual AnyWidget* Clone() const in Clone() 347 virtual AnyWidget* Clone() const in Clone() 367 virtual AnyWidget* Clone() const in Clone() 396 virtual AnyWidget* Clone() const in Clone() 420 virtual AnyWidget* Clone() const in Clone() [all …]
|
H A D | pdfextoutdevdata.hxx | 547 void CreateControl( const PDFWriter::AnyWidget& rControlType, sal_Int32 nPageNr = -1 );
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 753 struct AnyWidget struct in PropertiesList::PropertyEntry 766 virtual ~AnyWidget() in ~AnyWidget() argument 824 struct AnyEdit : public AnyWidget, layout::HBox 955 struct AnyInteger : public AnyWidget, NumericField 997 struct AnyCheckBox : public AnyWidget, layout::CheckBox 1006 SetToggleHdl( LINK( this, AnyWidget, ApplyPropertyHdl ) ); in AnyCheckBox() 1041 struct AnyListBox : public AnyWidget, layout::ListBox 1047 SetSelectHdl( LINK( this, AnyWidget, ApplyPropertyHdl ) ); in AnyListBox() 1081 struct AnyComboBox : public AnyWidget, layout::ComboBox 1121 AnyWidget *mpValue; [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfextoutdevdata.cxx | 306 std::deque< ::boost::shared_ptr< PDFWriter::AnyWidget > > 393 ::boost::shared_ptr< PDFWriter::AnyWidget > pControl( mControls.front() ); in PlaySyncPageAct() 821 void PDFExtOutDevData::CreateControl( const PDFWriter::AnyWidget& rControlType, sal_Int32 /*nPageNr… in CreateControl() 825 ::boost::shared_ptr< PDFWriter::AnyWidget > pClone( rControlType.Clone() ); in CreateControl()
|
H A D | pdfwriter.cxx | 33 PDFWriter::AnyWidget::~AnyWidget() in ~AnyWidget() 529 sal_Int32 PDFWriter::CreateControl( const PDFWriter::AnyWidget& rControl, sal_Int32 nPageNr ) in CreateControl()
|
H A D | pdfwriter_impl.hxx | 974 Font drawFieldBorder( PDFWidget&, const PDFWriter::AnyWidget&, const StyleSettings& ); 983 … void createWidgetFieldName( sal_Int32 i_nWidgetsIndex, const PDFWriter::AnyWidget& i_rInWidget ); 1310 sal_Int32 createControl( const PDFWriter::AnyWidget& rControl, sal_Int32 nPageNr = -1 );
|
H A D | pdfwriter_impl.cxx | 669 void PDFWriterImpl::createWidgetFieldName( sal_Int32 i_nWidgetIndex, const PDFWriter::AnyWidget& i_… in createWidgetFieldName() 4942 const PDFWriter::AnyWidget& rWidget, in drawFieldBorder() 11922 sal_Int32 PDFWriterImpl::createControl( const PDFWriter::AnyWidget& rControl, sal_Int32 nPageNr ) in createControl()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 110 ::vcl::PDFWriter::AnyWidget* createDefaultWidget( sal_Int16 _nFormComponentType ) in createDefaultWidget() 284 …::std::auto_ptr< ::vcl::PDFWriter::AnyWidget >& _rpDescriptor, ::vcl::PDFExtOutDevData& i_pdfExpor… in describePDFControl()
|
/aoo42x/main/toolkit/inc/toolkit/helper/ |
H A D | formpdfexport.hxx | 51 ::std::auto_ptr< ::vcl::PDFWriter::AnyWidget >& _rpDescriptor,
|
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 899 ::std::auto_ptr< ::vcl::PDFWriter::AnyWidget > pPDFControl; in processBasePrimitive2D()
|
Completed in 155 milliseconds