Searched refs:xLockable (Results 1 – 5 of 5) sorted by relevance
526 … Reference< XActionLockable > xLockable( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY ); in initialize() local527 if( xLockable.is() ) in initialize()528 xLockable->addActionLock(); in initialize()564 … Reference< XActionLockable > xLockable( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY ); in finalize() local565 if( xLockable.is() ) in finalize()566 xLockable->removeActionLock(); in finalize()
396 Reference< document::XActionLockable > xLockable( mxShape, UNO_QUERY ); in createAndInsert() local397 if( xLockable.is() ) in createAndInsert()398 xLockable->addActionLock(); in createAndInsert()513 if( xLockable.is() ) in createAndInsert()514 xLockable->removeActionLock(); in createAndInsert()
357 …::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()
289 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()
50 com::sun::star::uno::Reference<com::sun::star::document::XActionLockable> xLockable; member in ScXMLTableRowCellContext
Completed in 70 milliseconds