Searched refs:getGlobalSheetSettings (Results 1 – 3 of 3) sorted by relevance
90 …static uno::Reference< beans::XPropertySet > getGlobalSheetSettings() throw ( uno::RuntimeExceptio… in getGlobalSheetSettings() function in ooo::vba::excel::PasteCellsWarningReseter103 getGlobalSheetSettings()->getPropertyValue( REPLACE_CELLS_WARNING ) >>= res; in getReplaceCellsWarning()109 getGlobalSheetSettings()->setPropertyValue( REPLACE_CELLS_WARNING, uno::makeAny( bState ) ); in setReplaceCellsWarning()
117 …static uno::Reference< beans::XPropertySet > getGlobalSheetSettings() throw ( uno::RuntimeExceptio… in getGlobalSheetSettings() function in ooo::vba::PasteCellsWarningReseter130 getGlobalSheetSettings()->getPropertyValue( REPLACE_CELLS_WARNING ) >>= res; in getReplaceCellsWarning()136 getGlobalSheetSettings()->setPropertyValue( REPLACE_CELLS_WARNING, uno::makeAny( bState ) ); in setReplaceCellsWarning()
129 …static uno::Reference< beans::XPropertySet > getGlobalSheetSettings() throw ( uno::RuntimeExceptio…142 getGlobalSheetSettings()->getPropertyValue( REPLACE_CELLS_WARNING ) >>= res;148 getGlobalSheetSettings()->setPropertyValue( REPLACE_CELLS_WARNING, uno::makeAny( bState ) );
Completed in 20 milliseconds