Home
last modified time | relevance | path

Searched refs:rControlType (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx547 void CreateControl( const PDFWriter::AnyWidget& rControlType, sal_Int32 nPageNr = -1 );
H A Dpdfwriter.hxx1294 sal_Int32 CreateControl( const AnyWidget& rControlType, sal_Int32 nPageNr = -1 );
/trunk/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx821 void PDFExtOutDevData::CreateControl( const PDFWriter::AnyWidget& rControlType, sal_Int32 /*nPageNr… in CreateControl() argument
825 ::boost::shared_ptr< PDFWriter::AnyWidget > pClone( rControlType.Clone() ); in CreateControl()
/trunk/main/framework/source/uielement/
H A Dtoolbarmerger.cxx195 ::rtl::OUString& rControlType, in ConvertSequenceToValues() argument
211 rSequence[i].Value >>= rControlType; in ConvertSequenceToValues()
640 const ::rtl::OUString& rControlType ) in CreateController()
644 if ( rControlType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( TOOLBARCONTROLLER_BUTTON ))) in CreateController()
646 else if ( rControlType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( TOOLBARCONTROLLER_COMBOBOX ))) in CreateController()
648 else if ( rControlType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( TOOLBARCONTROLLER_EDIT ))) in CreateController()
650 else if ( rControlType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( TOOLBARCONTROLLER_SPINFIELD ))) in CreateController()
652 else if ( rControlType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( TOOLBARCONTROLLER_IMGBUTTON ))) in CreateController()
654 … else if ( rControlType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( TOOLBARCONTROLLER_DROPDOWNBOX ))) in CreateController()
656 … else if ( rControlType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( TOOLBARCONTROLLER_DROPDOWNBTN ))) in CreateController()
[all …]
/trunk/main/framework/inc/uielement/
H A Dtoolbarmerger.hxx87 ::rtl::OUString& rControlType,
141 const ::rtl::OUString& rControlType );

Completed in 33 milliseconds