Searched refs:pIdentifiers (Results 1 – 1 of 1) sorted by relevance
1371 const sal_Int32* pIdentifiers = aIdentifiers.getConstArray(); in replaceControl() local1373 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 37 milliseconds