Home
last modified time | relevance | path

Searched refs:getGlobalSheetSettings (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dexcelvbahelper.cxx90 …static uno::Reference< beans::XPropertySet > getGlobalSheetSettings() throw ( uno::RuntimeExceptio… in getGlobalSheetSettings() function in ooo::vba::excel::PasteCellsWarningReseter
103 getGlobalSheetSettings()->getPropertyValue( REPLACE_CELLS_WARNING ) >>= res; in getReplaceCellsWarning()
109 getGlobalSheetSettings()->setPropertyValue( REPLACE_CELLS_WARNING, uno::makeAny( bState ) ); in setReplaceCellsWarning()
H A Dvbahelper.cxx117 …static uno::Reference< beans::XPropertySet > getGlobalSheetSettings() throw ( uno::RuntimeExceptio… in getGlobalSheetSettings() function in ooo::vba::PasteCellsWarningReseter
130 getGlobalSheetSettings()->getPropertyValue( REPLACE_CELLS_WARNING ) >>= res; in getReplaceCellsWarning()
136 getGlobalSheetSettings()->setPropertyValue( REPLACE_CELLS_WARNING, uno::makeAny( bState ) ); in setReplaceCellsWarning()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx129 …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 26 milliseconds