Searched refs:m_windows (Results 1 – 2 of 2) sorted by relevance
125 Components m_windows; member in WindowsAccessImpl137 m_windows.push_back( xNext ); in WindowsAccessImpl()154 return new WindowComponentEnumImpl( m_xContext, m_windows ); in createEnumeration()159 return m_windows.size(); in getCount()164 || static_cast< Components::size_type >( Index ) >= m_windows.size() ) in getByIndex()166 return makeAny( m_windows[ Index ] ); // returns xspreadsheetdoc in getByIndex()177 return (m_windows.size() > 0); in hasElements()186 return makeAny( m_windows[ it->second ] ); in getByName()
37 private static boolean m_windows = false; field in PathUtils42 m_windows = true;44 FILE_URL_PREFIX = m_windows ? "file:///" : "file://";45 BOOTSTRAP_NAME = m_windows ? "bootstrap.ini" : "bootstraprc";
Completed in 17 milliseconds