Searched refs:daBookmarkSelection (Results 1 – 7 of 7) sorted by relevance
132 getDescriptor()[daBookmarkSelection]<<= i_bBookmarkSelection; in ODataClipboard()248 if ( rDescriptor.has( daBookmarkSelection ) ) in disposing()249 rDescriptor.erase( daBookmarkSelection ); in disposing()
2059 aDescriptor[daBookmarkSelection] <<= sal_False; in Execute()
245 …OSL_ENSURE( _rPasteData.has( daBookmarkSelection ), "OTableCopyHelper::pasteTable: you should spec… in pasteTable()250 if ( _rPasteData.has( daBookmarkSelection ) ) in pasteTable()252 OSL_VERIFY( _rPasteData[ daBookmarkSelection ] >>= bBookmarkSelection ); in pasteTable()
236 if ( _aDataDescriptor.has( daBookmarkSelection ) ) in impl_initFromDescriptor()237 _aDataDescriptor[ daBookmarkSelection ] >>= m_bBookmarkSelection; in impl_initFromDescriptor()
188 if ( pDescriptor->has(svx::daBookmarkSelection) ) in DoImport()189 …BookmarkSelection = ScUnoHelpFunctions::GetBoolFromAny( (*pDescriptor)[svx::daBookmarkSelection] ); in DoImport()
58 daBookmarkSelection, /// selection are bookmarks? (boolean) enumerator
202 …{ CONST_CHAR("BookmarkSelection"), daBookmarkSelection, &::getBooleanCppuType( ), … in getPropertyMap()