Searched refs:nCtrlIndex (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/oox/source/ole/ |
H A D | vbacontrol.cxx | 316 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()
|
/aoo41x/main/oox/inc/oox/ole/ |
H A D | vbacontrol.hxx | 80 sal_Int32 nCtrlIndex ) const; 136 sal_Int32 nCtrlIndex, 151 sal_Int32 nCtrlIndex ) const;
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 315 …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()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | general.cxx | 847 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()
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlshape.cxx | 467 sal_Int32 nCtrlIndex = -1; in implConvertAndInsert() local 468 …pe > xShape = mrDrawing.createAndInsertXControlShape( aControl, rxShapes, rShapeRect, nCtrlIndex ); in implConvertAndInsert()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | drawingfragment.hxx | 145 sal_Int32 nCtrlIndex, sal_Int32 nCtrlType, sal_Int32 nDropStyle );
|
Completed in 142 milliseconds