/aoo4110/main/qadevOOo/objdsc/svx/ |
H A D | com.sun.star.comp.office.SvxUnoText.csv | 4 "SvxUnoText";"com::sun::star::text::XSimpleText";"createTextCursor()" 6 "SvxUnoText";"com::sun::star::text::XSimpleText";"insertString()" 10 "SvxUnoText";"com::sun::star::text::XTextRange";"getText()" 11 "SvxUnoText";"com::sun::star::text::XTextRange";"getStart()" 12 "SvxUnoText";"com::sun::star::text::XTextRange";"getEnd()" 13 "SvxUnoText";"com::sun::star::text::XTextRange";"getString()" 14 "SvxUnoText";"com::sun::star::text::XTextRange";"setString()" 15 "SvxUnoText";"com::sun::star::text::Text";"StartRedline#optional" 16 "SvxUnoText";"com::sun::star::text::Text";"EndRedline#optional" 18 "SvxUnoText";"com::sun::star::text::XText";"insertTextContent()" [all …]
|
/aoo4110/main/editeng/source/uno/ |
H A D | unotext.cxx | 1591 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() 2428 void SAL_CALL SvxUnoText::acquire() throw( ) in acquire() 2433 void SAL_CALL SvxUnoText::release() throw( ) in release() 2455 SvxUnoText* SvxUnoText::getImplementation( const uno::Reference< uno::XInterface >& xInt ) in getImplementation() 2459 …return reinterpret_cast<SvxUnoText*>(sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( SvxUnoTe… in getImplementation() [all …]
|
H A D | unotext2.cxx | 114 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()
|
/aoo4110/main/sc/inc/ |
H A D | notesuno.hxx | 37 class SvxUnoText; 114 SvxUnoText& GetUnoText(); 121 SvxUnoText* pUnoText;
|
H A D | textuno.hxx | 157 SvxUnoText* pUnoText; 166 const SvxUnoText& GetUnoText(); 354 class ScEditEngineTextObj : public ScSimpleEditSourceHelper, public SvxUnoText 405 class ScCellTextObj : public ScCellTextData, public SvxUnoText
|
H A D | cellsuno.hxx | 103 class SvxUnoText; 826 SvxUnoText* pUnoText; 864 SvxUnoText& GetUnoText();
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 470 class EDITENG_DLLPUBLIC SvxUnoText : public SvxUnoTextBase, class 474 SvxUnoText( ) throw(); 475 SvxUnoText( const SvxItemPropertySet* _pSet ) throw(); 476 …SvxUnoText( 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 )
|
/aoo4110/main/svx/qa/unoapi/ |
H A D | knownissues.xcl | 39 svx.SvxUnoText::com::sun::star::text::XTextRangeMover 54 svx.SvxUnoText::com::sun::star::text::XTextRangeCompare
|
H A D | svx.sce | 45 -o svx.SvxUnoText
|
/aoo4110/main/editeng/source/xml/ |
H A D | xmltxtimp.cxx | 163 …SvxUnoText* pUnoText = new SvxUnoText( &aEditSource, &aSvxXMLTextImportComponentPropertySet, xPare… in SvxReadXML()
|
H A D | xmltxtexp.cxx | 405 …SvxUnoText* pUnoText = new SvxUnoText( &aEditSource, &aSvxXMLTextExportComponentPropertySet, mxTex… in SvxXMLTextExportComponent()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | notesuno.cxx | 243 SvxUnoText& ScAnnotationObj::GetUnoText() in GetUnoText() 248 pUnoText = new SvxUnoText( &aEditSource, lcl_GetAnnotationPropertySet(), in GetUnoText()
|
H A D | textuno.cxx | 345 …pUnoText = new SvxUnoText( &aEditSource, lcl_GetHdFtPropertySet(), uno::Reference<text::XText>() ); in CreateUnoText_Impl() 356 const SvxUnoText& ScHeaderFooterTextObj::GetUnoText() in GetUnoText() 957 SvxUnoText( GetOriginalSource(), ScCellObj::GetEditPropertySet(), uno::Reference<text::XText>() ) in ScEditEngineTextObj() 1141 SvxUnoText( GetOriginalSource(), ScCellObj::GetEditPropertySet(), uno::Reference<text::XText>() ) in ScCellTextObj()
|
H A D | cellsuno.cxx | 6086 SvxUnoText& ScCellObj::GetUnoText() in GetUnoText()
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextunowrapper.hxx | 47 class ORichTextUnoWrapper : public SvxUnoText
|
H A D | richtextunowrapper.cxx | 73 :SvxUnoText( getTextEnginePropertySet() ) in ORichTextUnoWrapper()
|
/aoo4110/main/sd/inc/ |
H A D | textapi.hxx | 42 class TextApiObject : public SvxUnoText
|
/aoo4110/main/sw/source/core/inc/ |
H A D | textapi.hxx | 55 class SwTextAPIObject : public SvxUnoText
|
/aoo4110/main/qadevOOo/tests/java/mod/_svx/ |
H A D | SvxUnoText.java | 48 public class SvxUnoText extends TestCase { class
|
/aoo4110/main/sw/source/core/fields/ |
H A D | textapi.cxx | 58 : SvxUnoText( p, ImplGetSvxTextPortionPropertySet(), uno::Reference < text::XText >() ) in SwTextAPIObject()
|
/aoo4110/main/sd/source/core/text/ |
H A D | textapi.cxx | 142 : SvxUnoText( pEditSource, ImplGetSdTextPortionPropertyMap(), Reference < XText >() ) in TextApiObject()
|