LibreOffice Module sc (master) 1
|
Public Member Functions | |
Cache () | |
bool | hasCache (sal_Int32 nTab, sal_Int32 nRow) const |
Public Attributes | |
sal_Int32 | mnTab |
sal_Int32 | mnRow1 |
sal_Int32 | mnRow2 |
bool | mbValue |
Definition at line 23 of file cachedattraccess.hxx.
ScXMLCachedRowAttrAccess::Cache::Cache | ( | ) |
Definition at line 13 of file cachedattraccess.cxx.
bool ScXMLCachedRowAttrAccess::Cache::hasCache | ( | sal_Int32 | nTab, |
sal_Int32 | nRow | ||
) | const |
Definition at line 16 of file cachedattraccess.cxx.
Referenced by ScXMLCachedRowAttrAccess::rowFiltered(), and ScXMLCachedRowAttrAccess::rowHidden().
bool ScXMLCachedRowAttrAccess::Cache::mbValue |
Definition at line 28 of file cachedattraccess.hxx.
Referenced by ScXMLCachedRowAttrAccess::rowFiltered(), and ScXMLCachedRowAttrAccess::rowHidden().
sal_Int32 ScXMLCachedRowAttrAccess::Cache::mnRow1 |
Definition at line 26 of file cachedattraccess.hxx.
Referenced by ScXMLCachedRowAttrAccess::rowFiltered(), and ScXMLCachedRowAttrAccess::rowHidden().
sal_Int32 ScXMLCachedRowAttrAccess::Cache::mnRow2 |
Definition at line 27 of file cachedattraccess.hxx.
Referenced by ScXMLCachedRowAttrAccess::rowFiltered(), and ScXMLCachedRowAttrAccess::rowHidden().
sal_Int32 ScXMLCachedRowAttrAccess::Cache::mnTab |
Definition at line 25 of file cachedattraccess.hxx.
Referenced by ScXMLCachedRowAttrAccess::rowFiltered(), and ScXMLCachedRowAttrAccess::rowHidden().