Home
last modified time | relevance | path

Searched refs:aDfltCellStyleName (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx288 OUString aDfltCellStyleName; member in SwXMLTableRow_Impl
314 const OUString& GetDefaultCellStyleName() const { return aDfltCellStyleName; } in GetDefaultCellStyleName()
329 aDfltCellStyleName = *pDfltCellStyleName; in SwXMLTableRow_Impl()
378 aDfltCellStyleName = rDfltCellStyleName; in Set()
742 OUString aStyleName, aDfltCellStyleName; in SwXMLTableColContext_Impl() local
761 aDfltCellStyleName = rValue; in SwXMLTableColContext_Impl()
793 GetTable()->InsertColumn( nWidth, bRelWidth, &aDfltCellStyleName ); in SwXMLTableColContext_Impl()
900 OUString aStyleName, aDfltCellStyleName; in SwXMLTableRowContext_Impl() local
927 aDfltCellStyleName = rValue; in SwXMLTableRowContext_Impl()
937 GetTable()->InsertRow( aStyleName, aDfltCellStyleName, bInHead, in SwXMLTableRowContext_Impl()
[all …]
H A Dxmltbli.hxx62 ::rtl::OUString aDfltCellStyleName;