Home
last modified time | relevance | path

Searched refs:maIt (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/svx/source/inc/
H A Dfrmselimpl.hxx262 inline bool Is() const { return maIt != maEnd; } in Is()
264 inline value_type operator*() const { return *maIt; } in operator *()
267 iterator_type maIt; member in svx::FrameBorderIterBase
/aoo41x/main/svx/source/dialog/
H A Dfrmsel.cxx1238 maIt( rCont.begin() ), in FrameBorderIterBase()
1241 while( Is() && !maPred( *maIt ) ) ++maIt; in FrameBorderIterBase()
1247 do { ++maIt; } while( Is() && !maPred( *maIt ) ); in operator ++()
/aoo41x/main/oox/source/dump/
H A Ddumperbase.cxx2080 maIt = maNames.begin(); in StorageIterator()
2094 if( maIt != maNames.end() ) in operator ++()
2095 ++maIt; in operator ++()
2102 if( maIt != maNames.end() ) in getName()
2103 aName = *maIt; in getName()
2109 return isValid() && mxStrg->openInputStream( *maIt ).is(); in isStream()
2116 StorageRef xStrg = mxStrg->openSubStorage( *maIt, false ); in isStorage()
2122 return mxStrg.get() && mxStrg->isStorage() && (maIt != maNames.end()); in implIsValid()
/aoo41x/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1266 OUStringVector::const_iterator maIt; member in oox::dump::StorageIterator

Completed in 48 milliseconds