Searched defs:TableInfo (Results 1 – 2 of 2) sorted by relevance
111 struct TableInfo struct113 OptionalString sComposedName;114 OptionalString sType;115 OptionalString sCatalog;116 OptionalString sSchema;117 OptionalString sName;119 TableInfo( const ::rtl::OUString& _composedName ) in TableInfo() function124 …TableInfo( const ::rtl::OUString& _catalog, const ::rtl::OUString& _schema, const ::rtl::OUString&… in TableInfo() argument
318 struct WRITERFILTER_DLLPRIVATE TableInfo struct320 sal_Int32 nLeftBorderDistance;321 sal_Int32 nRightBorderDistance;322 sal_Int32 nTopBorderDistance;323 sal_Int32 nBottomBorderDistance;324 PropertyMapPtr pTableDefaults;325 PropertyMapPtr pTableBorders;326 TableStyleSheetEntry* pTableStyle;327 TablePropertyValues_t aTableProperties;329 TableInfo() in TableInfo() function
Completed in 1182 milliseconds