Home
last modified time | relevance | path

Searched refs:pSelected (Results 1 – 19 of 19) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx314 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in updateToolbox() local
315 sal_Bool bSelectedAnything = NULL != pSelected; in updateToolbox()
318 if (pSelected) in updateToolbox()
458 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in OnDropIndex() local
460 if (pSelected) in OnDropIndex()
473 implDropIndex(pSelected, sal_True); in OnDropIndex()
535 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in OnRenameIndex() local
543 m_aIndexes.EditEntry(pSelected); in OnRenameIndex()
552 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in OnSaveIndex() local
589 updateControls(pSelected); in OnResetIndex()
[all …]
H A Dsqlmessage.cxx444 SvLBoxEntry* pSelected = m_aExceptionList.FirstSelected(); in IMPL_LINK() local
445 …DBG_ASSERT(!pSelected || !m_aExceptionList.NextSelected(pSelected), "OExceptionChainDialog::OnExce… in IMPL_LINK()
449 if ( pSelected ) in IMPL_LINK()
451 size_t pos = reinterpret_cast< size_t >( pSelected->GetUserData() ); in IMPL_LINK()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx509 SdrObject* pSelected = pView->GetMarkedObjectByIndex(0L); in ExecDrawFunc() local
512 if(SC_LAYER_INTERN != pSelected->GetLayer()) in ExecDrawFunc()
514 String aName(pSelected->GetName()); in ExecDrawFunc()
528 if(aName != pSelected->GetName()) in ExecDrawFunc()
560 pSelected->SetName(aName); in ExecDrawFunc()
579 SdrObject* pSelected = pView->GetMarkedObjectByIndex(0L); in ExecDrawFunc() local
582 if(SC_LAYER_INTERN != pSelected->GetLayer()) in ExecDrawFunc()
584 String aTitle(pSelected->GetTitle()); in ExecDrawFunc()
585 String aDescription(pSelected->GetDescription()); in ExecDrawFunc()
599 pSelected->SetTitle(aTitle); in ExecDrawFunc()
[all …]
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp309 Sequence<long> pSelected = GetXInterface()->getSelectedAccessibleColumns(); in get_nSelectedColumns() local
310 *columnCount = pSelected.getLength(); in get_nSelectedColumns()
336 Sequence<long> pSelected = GetXInterface()->getSelectedAccessibleRows(); in get_nSelectedRows() local
337 *rowCount = pSelected.getLength(); in get_nSelectedRows()
491 Sequence<long> pSelected = GetXInterface()->getSelectedAccessibleRows(); in get_selectedRows() local
492 long count = pSelected.getLength() ; in get_selectedRows()
502 (*rows)[i] = pSelected[i]; in get_selectedRows()
531 Sequence<long> pSelected = GetXInterface()->getSelectedAccessibleColumns(); in get_selectedColumns() local
532 long count = pSelected.getLength() ; in get_selectedColumns()
542 (*columns)[i] = pSelected[i]; in get_selectedColumns()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktable.cxx460 convertToGIntArray( const uno::Sequence< ::sal_Int32 >& aSequence, gint **pSelected ) in convertToGIntArray() argument
464 *pSelected = g_new( gint, aSequence.getLength() ); in convertToGIntArray()
467 (*pSelected) [i] = aSequence[i]; in convertToGIntArray()
477 gint **pSelected ) in table_wrapper_get_selected_columns() argument
479 *pSelected = NULL; in table_wrapper_get_selected_columns()
489 return convertToGIntArray( pTable->getSelectedAccessibleColumns(), pSelected ); in table_wrapper_get_selected_columns()
502 gint **pSelected ) in table_wrapper_get_selected_rows() argument
504 *pSelected = NULL; in table_wrapper_get_selected_rows()
514 return convertToGIntArray( pTable->getSelectedAccessibleRows(), pSelected ); in table_wrapper_get_selected_rows()
/trunk/main/extensions/source/dbpilots/
H A Dgridwizard.cxx353 const ::rtl::OUString* pSelected = rSettings.aSelectedFields.getConstArray(); in initializePage() local
354 const ::rtl::OUString* pEnd = pSelected + rSettings.aSelectedFields.getLength(); in initializePage()
355 for (; pSelected < pEnd; ++pSelected) in initializePage()
357 m_aSelFields.InsertEntry(*pSelected); in initializePage()
358 m_aExistFields.RemoveEntry(*pSelected); in initializePage()
374 ::rtl::OUString* pSelected = rSettings.aSelectedFields.getArray(); in commitPage()
376 for (sal_uInt16 i=0; i<nSelected; ++i, ++pSelected) in commitPage()
377 *pSelected = m_aSelFields.GetEntry(i); in commitPage()
/trunk/main/sd/source/ui/view/
H A Ddrviewsc.cxx117 SdrObject* pSelected = mpDrawView->GetMarkedObjectByIndex(0L); in FuTemp03() local
118 OSL_ENSURE(pSelected, "DrawViewShell::FuTemp03: nMarkCount, but no object (!)"); in FuTemp03()
119 String aName(pSelected->GetName()); in FuTemp03()
131 pSelected->SetName(aName); in FuTemp03()
151 SdrObject* pSelected = mpDrawView->GetMarkedObjectByIndex(0L); in FuTemp03() local
152 OSL_ENSURE(pSelected, "DrawViewShell::FuTemp03: nMarkCount, but no object (!)"); in FuTemp03()
153 String aTitle(pSelected->GetTitle()); in FuTemp03()
154 String aDescription(pSelected->GetDescription()); in FuTemp03()
165 pSelected->SetTitle(aTitle); in FuTemp03()
166 pSelected->SetDescription(aDescription); in FuTemp03()
/trunk/main/svx/source/form/
H A Dtabwin.cxx175 SvLBoxEntry* pSelected = FirstSelected(); in StartDrag() local
176 if (!pSelected) in StartDrag()
185 ColumnInfo* pInfo = static_cast<ColumnInfo*>(pSelected->GetUserData()); in StartDrag()
264 SvLBoxEntry* pSelected = pListBox->FirstSelected(); in createSelectionControls() local
265 if ( pSelected ) in createSelectionControls()
275 ColumnInfo* pInfo = static_cast<ColumnInfo*>(pSelected->GetUserData()); in createSelectionControls()
289 return NULL != pSelected; in createSelectionControls()
H A Ddatanavi.cxx180 SvLBoxEntry* pSelected = FirstSelected(); in StartDrag() local
181 if ( !pSelected ) in StartDrag()
201 ItemNode *pItemNode = static_cast<ItemNode*>(pSelected->GetUserData()); in StartDrag()
208 pSelected = GetParent( pSelected ); in StartDrag()
209 …DBG_ASSERT( pSelected && !GetParent( pSelected ), "DataTreeListBox::StartDrag: what kind of entry … in StartDrag()
212 pItemNode = pSelected ? static_cast< ItemNode* >( pSelected->GetUserData() ) : NULL; in StartDrag()
218 desc.szName = GetEntryText(pSelected); in StartDrag()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx556 SdrObject* pSelected = pSdrView->GetMarkedObjectByIndex(0L); in Execute() local
557 OSL_ENSURE(pSelected, "DrawViewShell::FuTemp03: nMarkCount, but no object (!)"); in Execute()
558 String aName(pSelected->GetName()); in Execute()
570 pSelected->SetName(aName); in Execute()
587 SdrObject* pSelected = pSdrView->GetMarkedObjectByIndex(0L); in Execute() local
588 OSL_ENSURE(pSelected, "DrawViewShell::FuTemp03: nMarkCount, but no object (!)"); in Execute()
589 String aTitle(pSelected->GetTitle()); in Execute()
590 String aDescription(pSelected->GetDescription()); in Execute()
602 pSelected->SetTitle(aTitle); in Execute()
603 pSelected->SetDescription(aDescription); in Execute()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx3149 while( pSelected ) in Command()
3152 pSelected = pView->NextSelected( pSelected ); in Command()
3169 aSelRestore.push(pSelected); in Command()
3170 pSelected = pView->NextSelected( pSelected ); in Command()
3188 while( pSelected ) in Command()
3190 if( IsEntryInView( pSelected ) ) in Command()
3193 pSelected = pView->NextSelected( pSelected ); in Command()
3196 if( !pSelected ) in Command()
3199 pSelected = pView->FirstSelected(); in Command()
3200 pView->MakeVisible( pSelected ); in Command()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx98 SvLBoxEntry* pSelected = FirstSelected(); in getSelectedFieldDescriptors() local
99 while( pSelected ) in getSelectedFieldDescriptors()
103 m_pTabWin->fillDescriptor(pSelected,aDescriptor); in getSelectedFieldDescriptors()
105 pSelected = NextSelected(pSelected); in getSelectedFieldDescriptors()
/trunk/main/dbaccess/source/ui/browser/
H A DdsbrowserDnD.cxx214 SvLBoxEntry* pSelected = m_pTreeView->getListBox().FirstSelected(); variable
215 if( isEntryCopyAllowed( pSelected ) )
216 copyEntry( pSelected );
H A Dunodatbr.cxx1966 SvLBoxEntry* pSelected = m_pCurrentlyDisplayed; in Execute() local
1971 if ( pSelected ) in Execute()
1973 implSelect( pSelected ); in Execute()
3611 SvLBoxEntry* pSelected = m_pTreeView->getListBox().FirstSelected(); in getCurrentSelection() local
3612 if ( !pSelected ) in getCurrentSelection()
3615 OSL_ENSURE( m_pTreeView->getListBox().NextSelected( pSelected ) == NULL, in getCurrentSelection()
3619 DBTreeListUserData* pData = static_cast< DBTreeListUserData* >( pSelected->GetUserData() ); in getCurrentSelection()
3626 aSelectedObject.Name = m_pTreeView->getListBox().GetEntryText( pSelected ); in getCurrentSelection()
3632 aSelectedObject.Name = getDataSourceAcessor( pSelected ); in getCurrentSelection()
/trunk/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx254 SvLBoxEntry* pSelected = m_aControlTree.FirstSelected(); in IMPL_LINK() local
255 void* pData = pSelected ? pSelected->GetUserData() : NULL; in IMPL_LINK()
/trunk/main/uui/source/
H A Diahndl-filter.cxx72 uui::FilterNameListPtr pSelected = rFilters.end(); in executeFilterDialog() local
73 if( xDialog->AskForFilter( pSelected ) ) in executeFilterDialog()
75 rFilter = pSelected->sInternal; in executeFilterDialog()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx201 SvLBoxEntry* pSelected = FirstSelected(); in NotifyAcceptDrop() local
202 if ( ( nDepth == 1 ) && ( pEntry == GetParent( pSelected ) ) ) in NotifyAcceptDrop()
204 else if ( ( nDepth == 2 ) && ( GetParent( pEntry ) == GetParent( pSelected ) ) ) in NotifyAcceptDrop()
212 BasicEntryDescriptor aSourceDesc( GetEntryDescriptor( pSelected ) ); in NotifyAcceptDrop()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm474 NSMenuItem* pSelected = [pBtn selectedItem];
475 if( pSelected )
477 int nTag = [pSelected tag];
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_expmodels.cxx332 sal_Int16 const * pSelected = selected.getConstArray(); in readListBoxModel() local
336 popup->getSubElement( pSelected[ nPos ] ).get() ); in readListBoxModel()

Completed in 126 milliseconds