Home
last modified time | relevance | path

Searched refs:ScXMLTableRowCellContext (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A Dxmlcelli.cxx97 ScXMLTableRowCellContext::ScXMLTableRowCellContext( ScXMLImport& rImport, in ScXMLTableRowCellContext() function in ScXMLTableRowCellContext
250 ScXMLTableRowCellContext::~ScXMLTableRowCellContext() in ~ScXMLTableRowCellContext()
260 void ScXMLTableRowCellContext::LockSolarMutex() in LockSolarMutex()
269 void ScXMLTableRowCellContext::UnlockSolarMutex() in UnlockSolarMutex()
278 void ScXMLTableRowCellContext::SetCursorOnTextImport(const rtl::OUString& rOUTempText) in SetCursorOnTextImport()
312 SvXMLImportContext *ScXMLTableRowCellContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
449 sal_Bool ScXMLTableRowCellContext::IsMerged (const uno::Reference <table::XCellRange>& xCellRange, … in IsMerged()
478 void ScXMLTableRowCellContext::DoMerge(const com::sun::star::table::CellAddress& aCellPos, in DoMerge()
515 void ScXMLTableRowCellContext::SetContentValidation(com::sun::star::uno::Reference<com::sun::star::… in SetContentValidation()
566 void ScXMLTableRowCellContext::SetCellProperties(const uno::Reference<table::XCellRange>& xCellRang… in SetCellProperties()
[all …]
H A DXMLTextPContext.hxx31 class ScXMLTableRowCellContext;
37 ScXMLTableRowCellContext* pCellContext;
52 ScXMLTableRowCellContext* pCellContext);
H A Dxmlannoi.hxx35 class ScXMLTableRowCellContext;
79 ScXMLTableRowCellContext* pCellContext);
109 ScXMLTableRowCellContext* pCellContext;
H A Dxmlcelli.hxx46 class ScXMLTableRowCellContext : public SvXMLImportContext class
102 ScXMLTableRowCellContext( ScXMLImport& rImport, sal_uInt16 nPrfx,
108 virtual ~ScXMLTableRowCellContext();
H A Dxmlrowi.cxx134 pContext = new ScXMLTableRowCellContext( GetScImport(), nPrefix, in CreateChildContext()
144 pContext = new ScXMLTableRowCellContext( GetScImport(), nPrefix, in CreateChildContext()
H A DXMLTextPContext.cxx94 ScXMLTableRowCellContext* pTempCellContext) : in ScXMLTextPContext()
H A Dxmlannoi.cxx61 ScXMLTableRowCellContext* pTempCellContext) : in ScXMLAnnotationContext()