Home
last modified time | relevance | path

Searched refs:SwXTextPortion (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextPortion.csv1 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightAsian"
2 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightAsian"
3 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontNameAsian"
4 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontStyleNameAsian"
5 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFamilyAsian"
6 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontCharSetAsian"
7 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPitchAsian"
8 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharPostureAsian"
9 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharLocaleAsian"
10 "SwXTextPortion";"com::sun::star::style::CharacterPropertiesAsian#optional";"ParaIsCharacterDistanc…
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunoport.cxx62 void SwXTextPortion::init(const SwUnoCrsr* pPortionCursor) in init()
77 SwXTextPortion::SwXTextPortion( in SwXTextPortion() function in SwXTextPortion
103 SwXTextPortion::SwXTextPortion( in SwXTextPortion() function in SwXTextPortion
126 SwXTextPortion::SwXTextPortion( in SwXTextPortion() function in SwXTextPortion
159 SwXTextPortion::~SwXTextPortion() in ~SwXTextPortion()
168 uno::Reference< text::XText > SwXTextPortion::getText() in getText()
176 uno::Reference< text::XTextRange > SwXTextPortion::getStart() in getStart()
193 uno::Reference< text::XTextRange > SwXTextPortion::getEnd() in getEnd()
210 OUString SwXTextPortion::getString() in getString()
232 void SwXTextPortion::setString(const OUString& aString) throw( uno::RuntimeException ) in setString()
[all …]
H A Dunoportenum.cxx464 SwXTextPortion* pPortion = in lcl_ExportFieldMark()
465 new SwXTextPortion( pUnoCrsr, i_xParentText, PORTION_FIELD_START ); in lcl_ExportFieldMark()
482 SwXTextPortion* pPortion = in lcl_ExportFieldMark()
483 new SwXTextPortion( pUnoCrsr, i_xParentText, PORTION_FIELD_END ); in lcl_ExportFieldMark()
499 SwXTextPortion* pPortion = in lcl_ExportFieldMark()
500 new SwXTextPortion( pUnoCrsr, i_xParentText, PORTION_FIELD_START_END ); in lcl_ExportFieldMark()
534 SwXTextPortion* pPortion = 0; in lcl_CreateRefMarkPortion()
537 pPortion = new SwXTextPortion(pUnoCrsr, xParent, PORTION_REFMARK_START); in lcl_CreateRefMarkPortion()
543 pPortion = new SwXTextPortion(pUnoCrsr, xParent, PORTION_REFMARK_END); in lcl_CreateRefMarkPortion()
557 SwXTextPortion* pPortion = new SwXTextPortion(pUnoCrsr, in lcl_InsertRubyPortion()
[all …]
H A Dunoredline.cxx196 SwXTextPortion(pPortionCrsr, xParent, bStart ? PORTION_REDLINE_START : PORTION_REDLINE_END), in SwXRedlinePortion()
286 aRet = SwXTextPortion::getPropertyValue(rPropertyName); in getPropertyValue()
H A Dunoobj2.cxx1087 SwXTextPortion* pPortion = 0; in XTextRangeToSwPaM()
1096 ::sw::UnoTunnelGetImplementation<SwXTextPortion>(xRangeTunnel); in XTextRangeToSwPaM()
H A Dunodraw.cxx2023 SwXTextPortion* pPortion = 0; in attach()
2033 pPortion = reinterpret_cast< SwXTextPortion * >( in attach()
2034 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXTextPortion::getUnoTunnelId()) … in attach()
/AOO41X/main/sw/inc/
H A Dunoport.hxx90 class SwXTextPortion : public cppu::WeakImplHelper8 class
157 virtual ~SwXTextPortion();
163SwXTextPortion(const SwUnoCrsr* pPortionCrsr, ::com::sun::star::uno::Reference< ::com::sun::star::…
164SwXTextPortion(const SwUnoCrsr* pPortionCrsr, ::com::sun::star::uno::Reference< ::com::sun::star::…
167 SwXTextPortion(const SwUnoCrsr* pPortionCrsr,
H A Dunoredline.hxx73 class SwXRedlinePortion : public SwXTextPortion
79 using SwXTextPortion::GetPropertyValue;
/AOO41X/main/sw/qa/unoapi/
H A Dknownissues.xcl68 sw.SwXTextPortion::com::sun::star::beans::XPropertySet
91 sw.SwXTextPortion::com::sun::star::style::ParagraphProperties
170 sw.SwXTextPortion::com::sun::star::style::CharacterProperties
H A Dsw.sce90 #i103696 -o sw.SwXTextPortion
/AOO41X/main/sw/source/core/access/
H A Daccpara.hxx49 class SwXTextPortion;
133 SwXTextPortion* CreateUnoPortion( sal_Int32 nStart, sal_Int32 nEnd );
H A Daccpara.cxx665 SwXTextPortion* SwAccessibleParagraph::CreateUnoPortion( in CreateUnoPortion()
688 SwXTextPortion* pPortion = in CreateUnoPortion()
689 new SwXTextPortion ( pUnoCursor, aEmpty, PORTION_TEXT); in CreateUnoPortion()
/AOO41X/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextPortion.java53 public class SwXTextPortion extends TestCase { class