Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dformcontroller.cxx1371 const sal_Int32* pIdentifiers = aIdentifiers.getConstArray(); in replaceControl() local
1373 for ( ; pIdentifiers != pIdentifiersEnd; ++pIdentifiers ) in replaceControl()
1375 … Reference< XControl > xCheck( xContainer->getByIdentifier( *pIdentifiers ), UNO_QUERY ); in replaceControl()
1379 …DBG_ASSERT( pIdentifiers != pIdentifiersEnd, "FormController::replaceControl: did not find the con… in replaceControl()
1380 if ( pIdentifiers != pIdentifiersEnd ) in replaceControl()
1398 xContainer->replaceByIdentifer( *pIdentifiers, makeAny( _rxNewControl ) ); in replaceControl()

Completed in 34 milliseconds