Home
last modified time | relevance | path

Searched refs:SvxUnoText (Results 1 – 21 of 21) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoText.csv1 "SvxUnoText";"com::sun::star::text::XTextRangeMover#optional";"moveTextRange()"
2 "SvxUnoText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionStarts()"
3 "SvxUnoText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionEnds()"
4 "SvxUnoText";"com::sun::star::text::XSimpleText";"createTextCursor()"
5 "SvxUnoText";"com::sun::star::text::XSimpleText";"createTextCursorByRange()"
6 "SvxUnoText";"com::sun::star::text::XSimpleText";"insertString()"
7 "SvxUnoText";"com::sun::star::text::XSimpleText";"insertControlCharacter()"
8 "SvxUnoText";"com::sun::star::container::XElementAccess";"getElementType()"
9 "SvxUnoText";"com::sun::star::container::XElementAccess";"hasElements()"
10 "SvxUnoText";"com::sun::star::text::XTextRange";"getText()"
[all …]
/AOO41X/main/editeng/source/uno/
H A Dunotext.cxx1591 SvxUnoText aText; in SvxUnoTextRange_NewInstance()
2384 SvxUnoText::SvxUnoText( ) throw() in SvxUnoText() function in SvxUnoText
2388 SvxUnoText::SvxUnoText( const SvxItemPropertySet* _pSet ) throw() in SvxUnoText() function in SvxUnoText
2393 SvxUnoText::SvxUnoText( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet, uno::Referen… in SvxUnoText() function in SvxUnoText
2398 SvxUnoText::SvxUnoText( const SvxUnoText& rText ) throw() in SvxUnoText() function in SvxUnoText
2404 SvxUnoText::~SvxUnoText() throw() in ~SvxUnoText()
2414 uno::Any SAL_CALL SvxUnoText::queryAggregation( const uno::Type & rType ) throw( uno::RuntimeExcept… in queryAggregation()
2423 uno::Any SAL_CALL SvxUnoText::queryInterface( const uno::Type & rType ) throw( uno::RuntimeExceptio… in queryInterface()
2428 void SAL_CALL SvxUnoText::acquire() throw( ) in acquire()
2433 void SAL_CALL SvxUnoText::release() throw( ) in release()
[all …]
H A Dunotext2.cxx114 static SvxUnoText* getDummyText() throw() in getDummyText()
117 xDummyText = new SvxUnoText(); in getDummyText()
119 return SvxUnoText::getImplementation( xDummyText ); in getDummyText()
490 SvxUnoText aText; in SvxUnoTextCursor_NewInstance()
/AOO41X/main/sc/inc/
H A Dnotesuno.hxx37 class SvxUnoText;
114 SvxUnoText& GetUnoText();
121 SvxUnoText* pUnoText;
H A Dtextuno.hxx157 SvxUnoText* pUnoText;
166 const SvxUnoText& GetUnoText();
354 class ScEditEngineTextObj : public ScSimpleEditSourceHelper, public SvxUnoText
405 class ScCellTextObj : public ScCellTextData, public SvxUnoText
H A Dcellsuno.hxx103 class SvxUnoText;
826 SvxUnoText* pUnoText;
864 SvxUnoText& GetUnoText();
/AOO41X/main/editeng/inc/editeng/
H A Dunotext.hxx470 class EDITENG_DLLPUBLIC SvxUnoText : public SvxUnoTextBase, class
474 SvxUnoText( ) throw();
475 SvxUnoText( const SvxItemPropertySet* _pSet ) throw();
476SvxUnoText( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet, ::com::sun::star::uno::…
477 SvxUnoText( const SvxUnoText& rText ) throw();
478 virtual ~SvxUnoText() throw();
481 UNO3_GETIMPLEMENTATION_DECL( SvxUnoText )
/AOO41X/main/svx/qa/unoapi/
H A Dknownissues.xcl39 svx.SvxUnoText::com::sun::star::text::XTextRangeMover
54 svx.SvxUnoText::com::sun::star::text::XTextRangeCompare
H A Dsvx.sce45 -o svx.SvxUnoText
/AOO41X/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx243 SvxUnoText& ScAnnotationObj::GetUnoText() in GetUnoText()
248 pUnoText = new SvxUnoText( &aEditSource, lcl_GetAnnotationPropertySet(), in GetUnoText()
H A Dtextuno.cxx345 …pUnoText = new SvxUnoText( &aEditSource, lcl_GetHdFtPropertySet(), uno::Reference<text::XText>() ); in CreateUnoText_Impl()
356 const SvxUnoText& ScHeaderFooterTextObj::GetUnoText() in GetUnoText()
957SvxUnoText( GetOriginalSource(), ScCellObj::GetEditPropertySet(), uno::Reference<text::XText>() ) in ScEditEngineTextObj()
1141SvxUnoText( GetOriginalSource(), ScCellObj::GetEditPropertySet(), uno::Reference<text::XText>() ) in ScCellTextObj()
H A Dcellsuno.cxx6086 SvxUnoText& ScCellObj::GetUnoText() in GetUnoText()
/AOO41X/main/editeng/source/xml/
H A Dxmltxtimp.cxx163SvxUnoText* pUnoText = new SvxUnoText( &aEditSource, &aSvxXMLTextImportComponentPropertySet, xPare… in SvxReadXML()
H A Dxmltxtexp.cxx405SvxUnoText* pUnoText = new SvxUnoText( &aEditSource, &aSvxXMLTextExportComponentPropertySet, mxTex… in SvxXMLTextExportComponent()
/AOO41X/main/forms/source/richtext/
H A Drichtextunowrapper.hxx47 class ORichTextUnoWrapper : public SvxUnoText
H A Drichtextunowrapper.cxx73 :SvxUnoText( getTextEnginePropertySet() ) in ORichTextUnoWrapper()
/AOO41X/main/sd/inc/
H A Dtextapi.hxx42 class TextApiObject : public SvxUnoText
/AOO41X/main/sw/source/core/inc/
H A Dtextapi.hxx55 class SwTextAPIObject : public SvxUnoText
/AOO41X/main/qadevOOo/tests/java/mod/_svx/
H A DSvxUnoText.java48 public class SvxUnoText extends TestCase { class
/AOO41X/main/sw/source/core/fields/
H A Dtextapi.cxx58 : SvxUnoText( p, ImplGetSvxTextPortionPropertySet(), uno::Reference < text::XText >() ) in SwTextAPIObject()
/AOO41X/main/sd/source/core/text/
H A Dtextapi.cxx142 : SvxUnoText( pEditSource, ImplGetSdTextPortionPropertyMap(), Reference < XText >() ) in TextApiObject()