Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/ole/
H A Dvbacontrol.hxx87 sal_Int32 nCtrlIndex ) const;
136 sal_Int32 nCtrlIndex,
151 sal_Int32 nCtrlIndex ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/ole/
H A Dvbacontrol.hxx88 sal_Int32 nCtrlIndex ) const;
137 sal_Int32 nCtrlIndex,
152 sal_Int32 nCtrlIndex ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Dvbacontrol.cxx299 const ControlConverter& rConv, ApiControlType eCtrlType, sal_Int32 nCtrlIndex ) const in convertProperties()
309 if( (0 <= nCtrlIndex) && (nCtrlIndex <= SAL_MAX_INT16) ) in convertProperties()
310 rPropMap.setProperty( PROP_TabIndex, static_cast< sal_Int16 >( nCtrlIndex ) ); in convertProperties()
351 void VbaFormControl::createAndConvert( sal_Int32 nCtrlIndex, in createAndConvert() argument
365 if( convertProperties( xCtrlModel, rConv, nCtrlIndex ) ) in createAndConvert()
486 const ControlConverter& rConv, sal_Int32 nCtrlIndex ) const in convertProperties()
496 … mxSiteModel->convertProperties( aPropMap, rConv, mxCtrlModel->getControlType(), nCtrlIndex ); in convertProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Dvbacontrol.cxx299 const ControlConverter& rConv, ApiControlType eCtrlType, sal_Int32 nCtrlIndex ) const in convertProperties()
309 if( (0 <= nCtrlIndex) && (nCtrlIndex <= SAL_MAX_INT16) ) in convertProperties()
310 rPropMap.setProperty( PROP_TabIndex, static_cast< sal_Int16 >( nCtrlIndex ) ); in convertProperties()
351 void VbaFormControl::createAndConvert( sal_Int32 nCtrlIndex, in createAndConvert() argument
362 if( convertProperties( xCtrlModel, rConv, nCtrlIndex ) ) in createAndConvert()
483 const ControlConverter& rConv, sal_Int32 nCtrlIndex ) const in convertProperties()
493 … mxSiteModel->convertProperties( aPropMap, rConv, mxCtrlModel->getControlType(), nCtrlIndex ); in convertProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx371 …const Reference< XIndexContainer >& rxCtrlFormIC, sal_Int32 nCtrlIndex, sal_Int32 nCtrlType, sal_I… in VmlControlMacroAttacher() argument
374 mnCtrlIndex( nCtrlIndex ), in VmlControlMacroAttacher()
647 sal_Int32 nCtrlIndex = -1; in createAndInsertClientXShape() local
648 …ence< XShape > xShape = createAndInsertXControlShape( aControl, rxShapes, aShapeRect, nCtrlIndex ); in createAndInsertClientXShape()
651 if( xShape.is() && (nCtrlIndex >= 0) && !pClientData->maFmlaMacro.isEmpty() ) in createAndInsertClientXShape()
657 …cher = std::make_shared<VmlControlMacroAttacher>( aMacroName, xFormIC, nCtrlIndex, pClientData->mn… in createAndInsertClientXShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx338 …const Reference< XIndexContainer >& rxCtrlFormIC, sal_Int32 nCtrlIndex, sal_Int32 nCtrlType, sal_I… in VmlControlMacroAttacher() argument
341 mnCtrlIndex( nCtrlIndex ), in VmlControlMacroAttacher()
614 sal_Int32 nCtrlIndex = -1; in createAndInsertClientXShape() local
615 …ence< XShape > xShape = createAndInsertXControlShape( aControl, rxShapes, aShapeRect, nCtrlIndex ); in createAndInsertClientXShape()
618 if( xShape.is() && (nCtrlIndex >= 0) && !pClientData->maFmlaMacro.isEmpty() ) in createAndInsertClientXShape()
624 …tacherRef xAttacher( new VmlControlMacroAttacher( aMacroName, xFormIC, nCtrlIndex, pClientData->mn… in createAndInsertClientXShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/bibliography/
H A Dgeneral.cxx649 sal_Int16 nCtrlIndex = nFT2CtrlMap[ i ]; in HandleShortCutKey() local
651 if( nCtrlIndex >= 0 ) in HandleShortCutKey()
653 …DBG_ASSERT( aControls[ nCtrlIndex ].is(), "-BibGeneralPage::HandleShortCutKey(): valid index and n… in HandleShortCutKey()
655 uno::Reference< awt::XControl > xControl( aControls[ nCtrlIndex ], UNO_QUERY ); in HandleShortCutKey()
662 aMatchList.push_back( nCtrlIndex ); in HandleShortCutKey()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Ddrawingfragment.hxx126 sal_Int32 nCtrlIndex, sal_Int32 nCtrlType, sal_Int32 nDropStyle );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Ddrawingfragment.hxx128 sal_Int32 nCtrlIndex, sal_Int32 nCtrlType, sal_Int32 nDropStyle );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/vml/
H A Dvmlshape.cxx1228 sal_Int32 nCtrlIndex = -1; in implConvertAndInsert() local
1229 …pe > xShape = mrDrawing.createAndInsertXControlShape( aControl, rxShapes, rShapeRect, nCtrlIndex ); in implConvertAndInsert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/vml/
H A Dvmlshape.cxx1326 sal_Int32 nCtrlIndex = -1; in implConvertAndInsert() local
1327 …pe > xShape = mrDrawing.createAndInsertXControlShape( aControl, rxShapes, rShapeRect, nCtrlIndex ); in implConvertAndInsert()