Searched refs:rControlType (Results 1 – 5 of 5) sorted by relevance
195 ::rtl::OUString& rControlType, in ConvertSequenceToValues() argument211 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 …]
87 ::rtl::OUString& rControlType,141 const ::rtl::OUString& rControlType );
547 void CreateControl( const PDFWriter::AnyWidget& rControlType, sal_Int32 nPageNr = -1 );
1295 sal_Int32 CreateControl( const AnyWidget& rControlType, sal_Int32 nPageNr = -1 );
821 void PDFExtOutDevData::CreateControl( const PDFWriter::AnyWidget& rControlType, sal_Int32 /*nPageNr… in CreateControl() argument825 ::boost::shared_ptr< PDFWriter::AnyWidget > pClone( rControlType.Clone() ); in CreateControl()
Completed in 45 milliseconds