Searched refs:SvxUnoTextField (Results 1 – 11 of 11) sorted by relevance
1 "SvxUnoTextField";"com::sun::star::lang::XComponent";"dispose()"2 "SvxUnoTextField";"com::sun::star::lang::XComponent";"addEventListener()"3 "SvxUnoTextField";"com::sun::star::lang::XComponent";"removeEventListener()"4 "SvxUnoTextField";"com::sun::star::text::TextContent";"AnchorType#optional"5 "SvxUnoTextField";"com::sun::star::text::TextContent";"AnchorTypes#optional"6 "SvxUnoTextField";"com::sun::star::text::TextContent";"TextWrap#optional"7 "SvxUnoTextField";"com::sun::star::text::XTextField";"getPresentation()"9 "SvxUnoTextField";"com::sun::star::beans::XPropertySet#optional";"setPropertyValue()"10 "SvxUnoTextField";"com::sun::star::beans::XPropertySet#optional";"getPropertyValue()"15 "SvxUnoTextField";"com::sun::star::text::XTextContent";"attach()"[all …]
257 UNO3_GETIMPLEMENTATION_IMPL( SvxUnoTextField );259 SvxUnoTextField::SvxUnoTextField( sal_Int32 nServiceId ) throw() in SvxUnoTextField() function in SvxUnoTextField313 SvxUnoTextField::SvxUnoTextField( uno::Reference< text::XTextRange > xAnchor, const OUString& rPres… in SvxUnoTextField() function in SvxUnoTextField394 SvxUnoTextField::~SvxUnoTextField() throw() in ~SvxUnoTextField()399 SvxFieldData* SvxUnoTextField::CreateFieldData() const throw() in CreateFieldData()552 uno::Sequence< uno::Type > SAL_CALL SvxUnoTextField::getTypes() in getTypes()589 void SAL_CALL SvxUnoTextField::acquire() throw( ) in acquire()594 void SAL_CALL SvxUnoTextField::release() throw( ) in release()638 void SAL_CALL SvxUnoTextField::dispose() in dispose()1013 void SvxUnoTextField::disposing() in disposing()[all …]
691 … uno::Reference< text::XTextField > xField( new SvxUnoTextField( xAnchor, aPresentation, pData ) ); in getPropertyValue()2001 SvxUnoTextField* pField = SvxUnoTextField::getImplementation( xContent ); in insertTextContent()
64 class EDITENG_DLLPUBLIC SvxUnoTextField : public SvxMutexHelper, class81 SvxUnoTextField( sal_Int32 nServiceId ) throw();82 …SvxUnoTextField( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xAnchor, c…83 virtual ~SvxUnoTextField() throw();90 UNO3_GETIMPLEMENTATION_DECL( SvxUnoTextField )
53 public class SvxUnoTextField extends TestCase { class
49 -o svx.SvxUnoTextField
977 return (::cppu::OWeakObject * )new SvxUnoTextField( ID_EXT_DATEFIELD ); in createInstance()983 return (::cppu::OWeakObject * )new SvxUnoTextField( ID_HEADERFIELD ); in createInstance()989 return (::cppu::OWeakObject * )new SvxUnoTextField( ID_FOOTERFIELD ); in createInstance()995 return (::cppu::OWeakObject * )new SvxUnoTextField( ID_DATETIMEFIELD ); in createInstance()
1110 SvxUnoTextField* pDrawField = new SvxUnoTextField( ID_URLFIELD ); in insertTextContent()
189 job191=svx.SvxUnoTextField
246 return (::cppu::OWeakObject * )new SvxUnoTextField( ID_EXT_DATEFIELD ); in createInstance()
443 return (::cppu::OWeakObject * )new SvxUnoTextField( ID_EXT_DATEFIELD ); in createInstance()
Completed in 172 milliseconds