Home
last modified time | relevance | path

Searched refs:pActions (Results 1 – 20 of 20) sorted by relevance

/trunk/main/xmloff/source/transform/
H A DMergeElemTContext.cxx231 XMLTransformerActions *pActions = in CreateChildContext() local
233 OSL_ENSURE( pActions, "go no actions" ); in CreateChildContext()
234 if( pActions ) in CreateChildContext()
238 pActions->find( aKey ); in CreateChildContext()
240 if( !(aIter == pActions->end()) ) in CreateChildContext()
287 XMLTransformerActions *pActions = in CreateChildContext() local
289 OSL_ENSURE( pActions, "go no actions" ); in CreateChildContext()
290 if( pActions ) in CreateChildContext()
294 pActions->find( aKey ); in CreateChildContext()
296 if( !(aIter == pActions->end()) ) in CreateChildContext()
H A DFrameOOoTContext.cxx63 XMLTransformerActions *pActions = in StartElement() local
65 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
89 pActions->find( aKey ); in StartElement()
90 if( !(aIter == pActions->end() ) ) in StartElement()
121 XMLTransformerActions *pActions = in CreateChildContext() local
123 OSL_ENSURE( pActions, "go no actions" ); in CreateChildContext()
125 XMLTransformerActions::const_iterator aIter = pActions->find( aKey ); in CreateChildContext()
127 if( !(aIter == pActions->end()) ) in CreateChildContext()
H A DStyleOASISTContext.cxx135 XMLTransformerActions *pActions = 0; in StartElement() local
140 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
143 if( pActions ) in StartElement()
183 pActions->find( aKey ); in StartElement()
184 if( !(aIter == pActions->end() ) ) in StartElement()
833 XMLTransformerActions *pActions = in StartElement() local
835 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
852 pActions->find( aKey ); in StartElement()
853 if( !(aIter == pActions->end() ) ) in StartElement()
1018 XMLTransformerActions *pActions = 0; in CreateTransformerActions() local
[all …]
H A DCreateElemTContext.cxx65 XMLTransformerActions *pActions = in StartElement() local
67 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
68 if( pActions ) in StartElement()
82 pActions->find( aKey ); in StartElement()
83 if( !(aIter == pActions->end() ) ) in StartElement()
H A DStyleOOoTContext.cxx329 XMLTransformerActions *pActions = in GetPropContextAndAction() local
331 OSL_ENSURE( pActions, "go no actions" ); in GetPropContextAndAction()
332 if( pActions ) in GetPropContextAndAction()
335 pActions->find( aKey ); in GetPropContextAndAction()
337 if( !(aIter == pActions->end()) ) in GetPropContextAndAction()
1172 XMLTransformerActions *pActions = in StartElement() local
1174 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
1188 pActions->find( aKey ); in StartElement()
1189 if( !(aIter == pActions->end() ) ) in StartElement()
1389 XMLTransformerActions *pActions = 0; in CreateTransformerActions() local
[all …]
H A DDlgOASISTContext.cxx60 XMLTransformerActions *pActions = in StartElement() local
62 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
78 pActions->find( aKey ); in StartElement()
80 if( !(aIter == pActions->end() ) ) in StartElement()
H A DChartOASISTContext.cxx60 XMLTransformerActions *pActions = in StartElement() local
62 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
77 pActions->find( aKey ); in StartElement()
78 if( !(aIter == pActions->end() ) ) in StartElement()
H A DChartOOoTContext.cxx62 XMLTransformerActions *pActions = in StartElement() local
64 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
80 pActions->find( aKey ); in StartElement()
81 if( !(aIter == pActions->end() ) ) in StartElement()
H A DControlOASISTContext.cxx63 XMLTransformerActions *pActions = in StartElement() local
65 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
86 pActions->find( aKey ); in StartElement()
87 if( !(aIter == pActions->end() ) ) in StartElement()
H A DFrameOASISTContext.cxx135 XMLTransformerActions *pActions = in CreateChildContext() local
137 OSL_ENSURE( pActions, "go no actions" ); in CreateChildContext()
139 XMLTransformerActions::const_iterator aIter = pActions->find( aKey ); in CreateChildContext()
141 if( !(aIter == pActions->end()) ) in CreateChildContext()
H A DNotesTContext.cxx73 XMLTransformerActions *pActions = in StartElement() local
75 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
89 pActions->find( aKey ); in StartElement()
90 if( !(aIter == pActions->end() ) ) in StartElement()
H A DFormPropOASISTContext.cxx114 XMLTransformerActions *pActions = in StartElement() local
116 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
135 pActions->find( aKey ); in StartElement()
136 if( !(aIter == pActions->end() ) ) in StartElement()
H A DEventOOoTContext.cxx154 XMLTransformerActions *pActions = in StartElement() local
156 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
172 pActions->find( aKey ); in StartElement()
173 if( !(aIter == pActions->end() ) ) in StartElement()
H A DFormPropOOoTContext.cxx209 XMLTransformerActions *pActions = in StartElement() local
211 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
228 pActions->find( aKey ); in StartElement()
229 if( !(aIter == pActions->end() ) ) in StartElement()
H A DEventOASISTContext.cxx253 XMLTransformerActions *pActions = in StartElement() local
255 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
269 pActions->find( aKey ); in StartElement()
270 if( !(aIter == pActions->end() ) ) in StartElement()
H A DTransformerBase.cxx529 XMLTransformerActions *pActions = GetUserDefinedActions( nActionMap ); in ProcessAttrList() local
530 OSL_ENSURE( pActions, "go no actions" ); in ProcessAttrList()
531 if( pActions ) in ProcessAttrList()
544 pActions->find( aKey ); in ProcessAttrList()
545 if( !(aIter == pActions->end() ) ) in ProcessAttrList()
H A DOasis2OOo.cxx1368 XMLTransformerActions *pActions = in StartElement() local
1370 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
1386 pActions->find( aKey ); in StartElement()
1387 if( !(aIter == pActions->end() ) ) in StartElement()
1724 XMLTransformerActions *pActions = 0; in GetUserDefinedActions() local
1926 pActions = m_aActions[n]; in GetUserDefinedActions()
1929 return pActions; in GetUserDefinedActions()
H A DOOo2Oasis.cxx1350 XMLTransformerActions *pActions = in StartElement() local
1352 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
1366 pActions->find( aKey ); in StartElement()
1367 if( !(aIter == pActions->end() ) ) in StartElement()
1632 XMLTransformerActions *pActions = 0; in GetUserDefinedActions() local
1802 pActions = m_aActions[n]; in GetUserDefinedActions()
1805 return pActions; in GetUserDefinedActions()
/trunk/main/svtools/source/table/
H A Ddefaultinputhandler.cxx179 const _ActionMapEntry* pActions = aKnownActions; in KeyInput() local
180 for ( ; pActions->eAction != invalidTableControlAction; ++pActions ) in KeyInput()
182 …if ( ( pActions->nKeyCode == nKeyCode ) && ( pActions->nKeyModifier == rKeyCode.GetAllModifier() )… in KeyInput()
184 bHandled = _rControl.dispatchAction( pActions->eAction ); in KeyInput()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx1328 sal_uInt16 pActions[] = { SID_DB_APP_DISABLE_PREVIEW variable
1333 for(size_t i=0; i < sizeof(pActions)/sizeof(pActions[0]);++i)
1335 aMenu->CheckItem(pActions[i],m_aMenu->IsItemChecked(pActions[i]));

Completed in 160 milliseconds