Home
last modified time | relevance | path

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

/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx316 const ControlConverter& rConv, ApiControlType eCtrlType, sal_Int32 nCtrlIndex ) const in convertProperties()
326 if( (0 <= nCtrlIndex) && (nCtrlIndex <= SAL_MAX_INT16) ) in convertProperties()
327 rPropMap.setProperty( PROP_TabIndex, static_cast< sal_Int16 >( nCtrlIndex ) ); in convertProperties()
380 void VbaFormControl::createAndConvert( sal_Int32 nCtrlIndex, in createAndConvert() argument
391 if( convertProperties( xCtrlModel, rConv, nCtrlIndex ) ) in createAndConvert()
456 const ControlConverter& rConv, sal_Int32 nCtrlIndex ) const in convertProperties()
466 … mxSiteModel->convertProperties( aPropMap, rConv, mxCtrlModel->getControlType(), nCtrlIndex ); in convertProperties()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx315 …const Reference< XIndexContainer >& rxCtrlFormIC, sal_Int32 nCtrlIndex, sal_Int32 nCtrlType, sal_I… in VmlControlMacroAttacher() argument
318 mnCtrlIndex( nCtrlIndex ), in VmlControlMacroAttacher()
590 sal_Int32 nCtrlIndex = -1; in createAndInsertClientXShape() local
591 …ence< XShape > xShape = createAndInsertXControlShape( aControl, rxShapes, aShapeRect, nCtrlIndex ); in createAndInsertClientXShape()
594 if( xShape.is() && (nCtrlIndex >= 0) && (pClientData->maFmlaMacro.getLength() > 0) ) in createAndInsertClientXShape()
600 …tacherRef xAttacher( new VmlControlMacroAttacher( aMacroName, xFormIC, nCtrlIndex, pClientData->mn… in createAndInsertClientXShape()
/trunk/main/oox/inc/oox/ole/
H A Dvbacontrol.hxx80 sal_Int32 nCtrlIndex ) const;
136 sal_Int32 nCtrlIndex,
151 sal_Int32 nCtrlIndex ) const;
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx847 sal_Int16 nCtrlIndex = nFT2CtrlMap[ i ]; in HandleShortCutKey() local
849 if( nCtrlIndex >= 0 ) in HandleShortCutKey()
851 …DBG_ASSERT( aControls[ nCtrlIndex ].is(), "-BibGeneralPage::HandleShortCutKey(): valid index and n… in HandleShortCutKey()
853 uno::Reference< awt::XControl > xControl( aControls[ nCtrlIndex ], UNO_QUERY ); in HandleShortCutKey()
860 aMatchList.push_back( nCtrlIndex ); in HandleShortCutKey()
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx467 sal_Int32 nCtrlIndex = -1; in implConvertAndInsert() local
468 …pe > xShape = mrDrawing.createAndInsertXControlShape( aControl, rxShapes, rShapeRect, nCtrlIndex ); in implConvertAndInsert()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingfragment.hxx145 sal_Int32 nCtrlIndex, sal_Int32 nCtrlType, sal_Int32 nDropStyle );

Completed in 26 milliseconds