Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/xls/
H A Dworkbookhelper.cxx526 … Reference< XActionLockable > xLockable( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY ); in initialize() local
527 if( xLockable.is() ) in initialize()
528 xLockable->addActionLock(); in initialize()
564 … Reference< XActionLockable > xLockable( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY ); in finalize() local
565 if( xLockable.is() ) in finalize()
566 xLockable->removeActionLock(); in finalize()
/aoo42x/main/oox/source/drawingml/
H A Dshape.cxx396 Reference< document::XActionLockable > xLockable( mxShape, UNO_QUERY ); in createAndInsert() local
397 if( xLockable.is() ) in createAndInsert()
398 xLockable->addActionLock(); in createAndInsert()
513 if( xLockable.is() ) in createAndInsert()
514 xLockable->removeActionLock(); in createAndInsert()
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx357 …::com::sun::star::uno::Reference< ::com::sun::star::document::XActionLockable > xLockable( mxShape… in getTextBounds()
358 …if ( pSdrObjCustomShape && pSdrObjCustomShape->GetModel() && xLockable.is() && !xLockable->isActio… in getTextBounds()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlcelli.cxx289 xLockable.set(xBaseCell, uno::UNO_QUERY); in SetCursorOnTextImport()
290 if (xLockable.is()) in SetCursorOnTextImport()
291 xLockable->addActionLock(); in SetCursorOnTextImport()
791 if (xLockable.is()) in EndElement()
792 xLockable->removeActionLock(); in EndElement()
H A Dxmlcelli.hxx50 com::sun::star::uno::Reference<com::sun::star::document::XActionLockable> xLockable; member in ScXMLTableRowCellContext

Completed in 33 milliseconds