Home
last modified time | relevance | path

Searched refs:SwXTextTableCursor (Results 1 – 8 of 8) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextTableCursor.csv1 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharHeightAsian"
2 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharWeightAsian"
3 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharFontNameAsian"
4 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharFontStyleNameAsian"
5 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharFontFamilyAsian"
6 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharFontCharSetAsian"
7 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharFontPitchAsian"
8 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharPostureAsian"
9 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"CharLocaleAsian"
10 "SwXTextTableCursor";"com::sun::star::style::CharacterPropertiesAsian";"ParaIsCharacterDistance"
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1447 OUString SwXTextTableCursor::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
1452 sal_Bool SwXTextTableCursor::supportsService(const OUString& rServiceName) throw( uno::RuntimeExcep… in supportsService()
1457 IMPLEMENT_FORWARD_XINTERFACE2(SwXTextTableCursor,SwXTextTableCursor_Base,OTextCursorHelper) in IMPLEMENT_FORWARD_XINTERFACE2() argument
1458 const SwPaM* SwXTextTableCursor::GetPaM() const { return GetCrsr(); } in IMPLEMENT_FORWARD_XINTERFACE2()
1459 SwPaM* SwXTextTableCursor::GetPaM() { return GetCrsr(); } in GetPaM()
1460 const SwDoc* SwXTextTableCursor::GetDoc() const { return GetFrmFmt()->GetDoc(); } in GetDoc()
1461 SwDoc* SwXTextTableCursor::GetDoc() { return GetFrmFmt()->GetDoc(); } in GetDoc()
1462 const SwUnoCrsr* SwXTextTableCursor::GetCrsr() const { return (SwUnoCrsr*)aCrsrDepend.GetRegiste… in GetCrsr()
1463 SwUnoCrsr* SwXTextTableCursor::GetCrsr() { return (SwUnoCrsr*)aCrsrDepend.GetRegiste… in GetCrsr()
1465 uno::Sequence< OUString > SwXTextTableCursor::getSupportedServiceNames(void) throw( uno::RuntimeExc… in getSupportedServiceNames()
[all …]
/trunk/main/sw/inc/
H A Dunotbl.hxx228 class SW_DLLPUBLIC SwXTextTableCursor : public SwXTextTableCursor_Base class
238 virtual ~SwXTextTableCursor();
240 SwXTextTableCursor(SwFrmFmt* pFmt, SwTableBox* pBox);
241 SwXTextTableCursor(SwFrmFmt& rTableFmt,
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx578 SwXTextTableCursor* pTTCursor = dynamic_cast< SwXTextTableCursor* >( xTextTableCursor.get() ); in Tables()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextTableCursor.java46 public class SwXTextTableCursor extends TestCase { class
/trunk/main/sw/qa/unoapi/
H A Dsw.sce98 -o sw.SwXTextTableCursor
H A Dknownissues.xcl98 sw.SwXTextTableCursor::com::sun::star::style::ParagraphProperties
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx549 … uno::Reference< text::XTextTableCursor > xCrsr = new SwXTextTableCursor(*rSh.GetTableFmt(), in getSelection()