Searched refs:iKey (Results 1 – 7 of 7) sorted by relevance
50 std::vector<CacheKey>::const_iterator iKey; in operator ()() local52 for (iKey=aKeys->begin(); iKey!=iEnd; ++iKey) in operator ()()53 rRequestQueue.AddRequest(*iKey, VISIBLE_NO_PREVIEW); in operator ()()60 std::vector<CacheKey>::const_iterator iKey; in operator ()() local62 for (iKey=aKeys->begin(); iKey!=iEnd; ++iKey) in operator ()()63 rRequestQueue.AddRequest(*iKey, NOT_VISIBLE); in operator ()()
162 ::std::vector<OUString>::const_iterator iKey; in RemoveFactoryForReference()163 for (iKey=aKeys.begin(); iKey!=aKeys.end(); ++iKey) in RemoveFactoryForReference()164 maFactoryMap.erase(maFactoryMap.find(*iKey)); in RemoveFactoryForReference()
78 int iKey = CurUnoDialog.getControlKey(EventObject.Source, CurUnoDialog.ControlList); in itemStateChanged() local79 switch (iKey) in itemStateChanged()111 int iKey = CurUnoDialog.getControlKey(actionEvent.Source, CurUnoDialog.ControlList); in actionPerformed() local112 switch (iKey) in actionPerformed()
105 int iKey; in getControlKey() local113 iKey = KeyObject.intValue(); in getControlKey()118 iKey = 2000; in getControlKey()120 return iKey; in getControlKey()
171 int iKey = CurUnoDialog.getControlKey(actionEvent.Source, CurUnoDialog.ControlList); in actionPerformed() local172 switch (iKey) in actionPerformed()
125 int iKey = CurUnoDialog.getControlKey(EventObject.Source, CurUnoDialog.ControlList); in itemStateChanged() local127 switch (iKey) in itemStateChanged()
248 int iKey = CurUnoDialog.getControlKey(EventObject.Source, CurUnoDialog.ControlList); in itemStateChanged() local249 switch (iKey) in itemStateChanged()
Completed in 47 milliseconds