Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/slidesorter/cache/
H A DSlsRequestFactory.cxx50 std::vector<CacheKey>::const_iterator iKey; in operator ()() local
52 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 ()() local
62 for (iKey=aKeys->begin(); iKey!=iEnd; ++iKey) in operator ()()
63 rRequestQueue.AddRequest(*iKey, NOT_VISIBLE); in operator ()()
/aoo4110/main/sd/source/ui/framework/configuration/
H A DResourceFactoryManager.cxx162 ::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()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java78 int iKey = CurUnoDialog.getControlKey(EventObject.Source, CurUnoDialog.ControlList); in itemStateChanged() local
79 switch (iKey) in itemStateChanged()
111 int iKey = CurUnoDialog.getControlKey(actionEvent.Source, CurUnoDialog.ControlList); in actionPerformed() local
112 switch (iKey) in actionPerformed()
H A DUnoDialog.java105 int iKey; in getControlKey() local
113 iKey = KeyObject.intValue(); in getControlKey()
118 iKey = 2000; in getControlKey()
120 return iKey; in getControlKey()
H A DAggregateComponent.java171 int iKey = CurUnoDialog.getControlKey(actionEvent.Source, CurUnoDialog.ControlList); in actionPerformed() local
172 switch (iKey) in actionPerformed()
H A DFilterComponent.java126 int iKey = CurUnoDialog.getControlKey(EventObject.Source, CurUnoDialog.ControlList); in itemStateChanged() local
128 switch (iKey) in itemStateChanged()
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java248 int iKey = CurUnoDialog.getControlKey(EventObject.Source, CurUnoDialog.ControlList); in itemStateChanged() local
249 switch (iKey) in itemStateChanged()

Completed in 74 milliseconds