Home
last modified time | relevance | path

Searched refs:m_aSelection (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx613 m_aSelection.remindSelectionBeforeMouseDown(); in execute_MouseButtonDown()
656 if( m_aSelection.isResizeableObjectSelected() ) in execute_MouseButtonDown()
665 if ( m_aSelection.hasSelection() ) in execute_MouseButtonDown()
667 m_aSelection.clearSelection(); in execute_MouseButtonDown()
703 m_aSelection.applySelection(pDrawViewWrapper); in execute_MouseButtonDown()
705 if( m_aSelection.isDragableObjectSelected() in execute_MouseButtonDown()
942 if ( m_aSelection.hasSelection() ) in execute_DoubleClick()
1673 if ( m_aSelection.hasSelection() ) in select()
1675 m_aSelection.clearSelection(); in select()
1702 if ( m_aSelection.hasSelection() ) in getSelection()
[all …]
H A DChartController_Insert.cxx284 …ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSelectedCID(), getModel()), uno::UNO_QUERY … in executeDispatch_InsertMenu_DataLabels()
293 … ObjectIdentifier::getSeriesParticleFromCID(m_aSelection.getSelectedCID()), aChildParticle ); in executeDispatch_InsertMenu_DataLabels()
342 …ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSelectedCID(), getModel() ), uno::UNO_QUERY… in executeDispatch_InsertMenu_YErrorBars()
395 ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSelectedCID(), getModel() )); in executeDispatch_InsertMeanValue()
407 …ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSelectedCID(), getModel() ), uno::UNO_QUERY… in executeDispatch_InsertMenu_MeanValues()
426 …ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSelectedCID(), getModel() ), uno::UNO_QUERY… in executeDispatch_InsertMenu_Trendlines()
471 …ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSelectedCID(), getModel()), uno::UNO_QUERY … in executeDispatch_InsertTrendline()
499 ObjectIdentifier::getSeriesParticleFromCID( m_aSelection.getSelectedCID()), in executeDispatch_InsertTrendline()
525 …ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSelectedCID(), getModel() ), uno::UNO_QUERY… in executeDispatch_InsertYErrorBars()
548 OBJECTTYPE_DATA_ERRORS, ::rtl::OUString(), m_aSelection.getSelectedCID())); in executeDispatch_InsertYErrorBars()
[all …]
H A DChartController_Tools.cxx404 m_aSelection.setSelection( xGraphicShape ); in impl_PasteGraphic()
405 m_aSelection.applySelection( m_pDrawViewWrapper ); in impl_PasteGraphic()
470 m_aSelection.setSelection( xSelShape ); in impl_PasteShapes()
471 m_aSelection.applySelection( m_pDrawViewWrapper ); in impl_PasteShapes()
513 m_aSelection.setSelection( xTextShape ); in impl_PasteStringAsTextShape()
514 m_aSelection.applySelection( m_pDrawViewWrapper ); in impl_PasteStringAsTextShape()
551 ObjectIdentifier aSelOID( m_aSelection.getSelectedOID() ); in executeDispatch_Copy()
614 if ( m_aSelection.isAdditionalShapeSelected() || in isShapeContext()
626 if( m_aSelection.hasSelection()) in impl_ClearSelection()
628 m_aSelection.clearSelection(); in impl_ClearSelection()
[all …]
H A DChartModelClone.cxx120 m_aSelection = xSelSupp->getSelection(); in ChartModelClone()
154 m_aSelection.clear(); in dispose()
160 if ( m_aSelection.hasValue() ) in getFacet()
172 if ( m_aSelection.hasValue() ) in applyToModel()
177 xCurrentSelectionSuppl->select( m_aSelection ); in applyToModel()
H A DChartController_Position.cxx125 const ::rtl::OUString aCID( m_aSelection.getSelectedCID() ); in executeDispatch_PositionAndSize()
150 bool bResizePossible = m_aSelection.isResizeableObjectSelected(); in executeDispatch_PositionAndSize()
175 … bool bMoved = PositionAndSizeHelper::moveObject( m_aSelection.getSelectedCID(), getModel() in executeDispatch_PositionAndSize()
H A DChartController.cxx511 if( m_aSelection.hasSelection() ) in modeChanged()
1379 ::rtl::OUString aObjectCID(m_aSelection.getSelectedCID()); in executeDispatch_MoveSeries()
1392 m_aSelection.setSelection( ObjectIdentifier::getMovedSeriesCID( aObjectCID, bForward ) ); in executeDispatch_MoveSeries()
1455 ::rtl::OUString aObjectCID = m_aSelection.getSelectedCID(); in IMPL_LINK()
H A DDrawCommandDispatch.cxx409 m_pChartController->m_aSelection.setSelection( xShape ); in execute()
410 m_pChartController->m_aSelection.applySelection( pDrawViewWrapper ); in execute()
H A DShapeController.cxx693 if ( m_pChartController && m_pChartController->m_aSelection.isAdditionalShapeSelected() ) in isBackwardPossible()
712 if ( m_pChartController && m_pChartController->m_aSelection.isAdditionalShapeSelected() ) in isForwardPossible()
H A DChartModelClone.hxx79 … ::com::sun::star::uno::Any m_aSelection;
H A DChartController_Properties.cxx677 …rtl::OUString rObjectCID = lcl_getObjectCIDForCommand( aCommand, xChartDocument, m_aSelection.getS… in executeDispatch_FormatObject()
683 executeDlg_ObjectProperties( m_aSelection.getSelectedCID() ); in executeDispatch_ObjectProperties()
H A DChartController_TextEdit.cxx157 ::rtl::OUString aObjectCID = m_aSelection.getSelectedCID(); in EndTextEdit()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_clipboard.cxx64 m_aSelection( aSelection ) in X11Clipboard()
70 if( m_aSelection != None ) in X11Clipboard()
72 m_rSelectionManager.registerHandler( m_aSelection, *this ); in X11Clipboard()
88 …n=\"%s\")\n", this, OUStringToOString( m_rSelectionManager.getString( m_aSelection ), RTL_TEXTENCO… in ~X11Clipboard()
90 if( m_aSelection != None ) in ~X11Clipboard()
91 m_rSelectionManager.deregisterHandler( m_aSelection ); in ~X11Clipboard()
107 …OUStringToOString( m_rSelectionManager.getString( m_aSelection ), RTL_TEXTENCODING_ISO_8859_1 ).ge… in fireChangedContentsEvent()
152 … = new X11Transferable( SelectionManager::get(), static_cast< OWeakObject* >(this), m_aSelection ); in getContents()
175 if( m_aSelection != None ) in setContents()
176 m_rSelectionManager.requestOwnership( m_aSelection ); in setContents()
[all …]
H A DX11_transferable.cxx54 m_aSelection( selection ) in X11Transferable()
71 …bool bSuccess = m_rManager.getPasteData( m_aSelection ? m_aSelection : XA_PRIMARY, rFlavor.MimeTyp… in getTransferData()
72 if( ! bSuccess && m_aSelection == 0 ) in getTransferData()
103 …bool bSuccess = m_rManager.getPasteDataTypes( m_aSelection ? m_aSelection : XA_PRIMARY, aFlavorLis… in getTransferDataFlavors()
104 if( ! bSuccess && m_aSelection == 0 ) in getTransferDataFlavors()
H A DX11_transferable.hxx44 Atom m_aSelection; member in x11::X11Transferable
H A DX11_clipboard.hxx59 Atom m_aSelection; member in x11::X11Clipboard
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx143 rParent.m_aSelection.realloc(0); in selectionChanged()
243 m_aSelection = *pSelection; in SwMailMergeDlg()
423 const sal_Bool bEnable = m_aSelection.getLength() != 0; in SwMailMergeDlg()
776 m_aSelection.realloc(nEnd - nStart + 1); in ExecQryShell()
777 Any* pSelection = m_aSelection.getArray(); in ExecQryShell()
782 m_aSelection.realloc(0); // Leere Selektion = Alles einfuegen in ExecQryShell()
790 pImpl->xSelSupp->getSelection() >>= m_aSelection; in ExecQryShell()
793 Any* pBegin = m_aSelection.getArray(); in ExecQryShell()
794 Any* pEnd = pBegin + m_aSelection.getLength(); in ExecQryShell()
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx1138 if(nRecord > 0 && nRecord < m_aSelection.getLength()) in IsRecordExcluded()
1141 m_aSelection[nRecord - 1] >>= nTemp; in IsRecordExcluded()
1154 if(!m_aSelection.getLength() || nRecord > m_aSelection.getLength()) in ExcludeRecord()
1166 sal_Int32 nStart = m_aSelection.getLength(); in ExcludeRecord()
1167 m_aSelection.realloc(nEnd); in ExcludeRecord()
1168 Any* pSelection = m_aSelection.getArray(); in ExcludeRecord()
1181 if(nRecord > 0 && m_aSelection.getLength() > nRecord) in ExcludeRecord()
1183 m_aSelection[nRecord - 1] <<= bExclude ? -1 : nRecord; in ExcludeRecord()
1192 Sequence< Any > aRet(m_aSelection.getLength()); in GetSelection()
1195 for(sal_Int32 nIndex = 0; nIndex < m_aSelection.getLength(); ++nIndex) in GetSelection()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx234 _aDataDescriptor[ daSelection ] >>= m_aSelection; in impl_initFromDescriptor()
245 if ( m_aSelection.getLength() != 0 ) in impl_initFromDescriptor()
250 m_aSelection.realloc( 0 ); in impl_initFromDescriptor()
254 if ( m_aSelection.getLength() != 0 ) in impl_initFromDescriptor()
259 m_aSelection.realloc( 0 ); in impl_initFromDescriptor()
584 if ( m_aSelection.getLength() ) in Write()
586 const Any* pSelIter = m_aSelection.getConstArray(); in Write()
587 const Any* pEnd = pSelIter + m_aSelection.getLength(); in Write()
H A DRowSetDrop.cxx121 if(m_aSelection.getLength()) in Read()
123 const Any* pBegin = m_aSelection.getConstArray(); in Read()
124 const Any* pEnd = pBegin + m_aSelection.getLength(); in Read()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddataaccessdescriptor.cxx133 Sequence< Any > m_aSelection; member in dbaccess::DataAccessDescriptor
162 ,m_aSelection() in DataAccessDescriptor()
180 REGISTER_PROPERTY( SELECTION, m_aSelection ); in DataAccessDescriptor()
/trunk/main/sw/source/ui/inc/
H A Dmailmrge.hxx126 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > m_aSelection;
162 …un::star::uno::Sequence< ::com::sun::star::uno::Any > GetSelection() const { return m_aSelection; } in GetSelection()
H A Dmmconfigitem.hxx65 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> m_aSelection;
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx600 :m_aSelection( _rSelection ) in SelectionSupplier()
615 Any m_aSelection; member in dbaui::__anon031485ee0211::SelectionSupplier
628 return m_aSelection; in getSelection()
/trunk/main/cui/source/dialogs/
H A Dthesdlg_impl.hxx62 Selection m_aSelection; member in LookUpComboBox_Impl
/trunk/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx67 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> m_aSelection;

Completed in 136 milliseconds

12