Home
last modified time | relevance | path

Searched refs:daBookmarkSelection (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/dbaccess/source/ui/browser/
H A Ddbexchange.cxx132 getDescriptor()[daBookmarkSelection]<<= i_bBookmarkSelection; in ODataClipboard()
248 if ( rDescriptor.has( daBookmarkSelection ) ) in disposing()
249 rDescriptor.erase( daBookmarkSelection ); in disposing()
H A Dunodatbr.cxx2059 aDescriptor[daBookmarkSelection] <<= sal_False; in Execute()
/AOO41X/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx245 …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()
H A DTokenWriter.cxx236 if ( _aDataDescriptor.has( daBookmarkSelection ) ) in impl_initFromDescriptor()
237 _aDataDescriptor[ daBookmarkSelection ] >>= m_bBookmarkSelection; in impl_initFromDescriptor()
/AOO41X/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx188 if ( pDescriptor->has(svx::daBookmarkSelection) ) in DoImport()
189 …BookmarkSelection = ScUnoHelpFunctions::GetBoolFromAny( (*pDescriptor)[svx::daBookmarkSelection] ); in DoImport()
/AOO41X/main/svx/inc/svx/
H A Ddataaccessdescriptor.hxx58 daBookmarkSelection, /// selection are bookmarks? (boolean) enumerator
/AOO41X/main/svx/source/form/
H A Ddataaccessdescriptor.cxx202 …{ CONST_CHAR("BookmarkSelection"), daBookmarkSelection, &::getBooleanCppuType( ), … in getPropertyMap()