Home
last modified time | relevance | path

Searched refs:m_nOptions (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svx/source/fmcomp/
H A Dgridctrl.cxx942 ,m_nOptions(OPT_READONLY) in DbGridControl()
1148 m_nOptions = OPT_READONLY; in RemoveRows()
1176 m_nOptions = OPT_READONLY; in RemoveRows()
1306 if (nOpt == m_nOptions) in SetOptions()
1307 return m_nOptions; in SetOptions()
1331 sal_Bool bInsertChanged = (nOpt & OPT_INSERT) != (m_nOptions & OPT_INSERT); in SetOptions()
1332 m_nOptions = nOpt; in SetOptions()
1338 if (m_nOptions & OPT_INSERT) in SetOptions()
1356 return m_nOptions; in SetOptions()
1390 if (m_nOptions & OPT_UPDATE) in EnablePermanentCursor()
[all …]
/AOO41X/main/store/workben/
H A Dt_store.cxx139 sal_uInt32 m_nOptions; member in DirectoryTraveller
167 m_nOptions (nOptions), in DirectoryTraveller()
188 if (m_nOptions & OPTION_DUMP) in visit()
212 m_aFile, m_aPath, aName, m_nOptions, m_nLevel + 1); in visit()
/AOO41X/main/svx/inc/svx/
H A Dgridctrl.hxx282 sal_uInt16 m_nOptions; // Was kann das Control (Insert, Update, Delete) member in DbGridControl
439 sal_uInt16 GetOptions() const {return m_nOptions;} in GetOptions()