Home
last modified time | relevance | path

Searched refs:_pos (Results 1 – 7 of 7) sorted by relevance

/trunk/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx212 void impl_removeFromRepository( BasicManagerStore::iterator _pos );
552 void ImplRepository::impl_removeFromRepository( BasicManagerStore::iterator _pos ) in impl_removeFromRepository() argument
554 …OSL_PRECOND( _pos != m_aStore.end(), "ImplRepository::impl_removeFromRepository: invalid position!… in impl_removeFromRepository()
556 BasicManager* pManager = _pos->second; in impl_removeFromRepository()
559 m_aStore.erase( _pos ); in impl_removeFromRepository()
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java236 private Class impl_getValueClassByPos( int _pos ) in impl_getValueClassByPos() argument
239 switch ( _pos ) in impl_getValueClassByPos()
262 private Object impl_getSomeValueByTypePos( int _pos ) in impl_getSomeValueByTypePos() argument
265 switch ( _pos ) in impl_getSomeValueByTypePos()
/trunk/main/extensions/source/propctrlr/
H A Dpcrcommon.hxx112 inline iterator erase( iterator _pos ) in erase() argument
115 while ( --loop != _pos ) in erase()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dserbian-latin.lm395 _pos 214
H A Dbosnian.lm277 _pos 47
H A Dslovenian.lm305 _pos 50
/trunk/main/svx/source/form/
H A Dformcontroller.cxx258 const ColumnInfo& getColumnInfo( size_t _pos );
424 const ColumnInfo& ColumnInfoCache::getColumnInfo( size_t _pos ) in getColumnInfo() argument
426 if ( _pos >= m_aColumns.size() ) in getColumnInfo()
429 return m_aColumns[ _pos ]; in getColumnInfo()

Completed in 61 milliseconds