Home
last modified time | relevance | path

Searched refs:pSelection (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/vcl/unx/gtk/a11y/
H A Datkselection.cxx62 if( pSelection ) in selection_add_selection()
64 pSelection->selectAccessibleChild( i ); in selection_add_selection()
80 if( pSelection ) in selection_clear_selection()
82 pSelection->clearAccessibleSelection(); in selection_clear_selection()
99 if( pSelection ) in selection_ref_selection()
114 if( pSelection ) in selection_get_selection_count()
130 if( pSelection ) in selection_is_child_selected()
146 if( pSelection ) in selection_remove_selection()
148 pSelection->deselectAccessibleChild( i ); in selection_remove_selection()
164 if( pSelection ) in selection_select_all_selection()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx152 sal_Int16* pSelection = _rSelection.getArray(); in collectSelection() local
153 for ( sal_uInt16 selected = 0; selected < nSelectedCount; ++selected, ++pSelection ) in collectSelection()
154 *pSelection = static_cast< sal_Int16 >( m_aEntries.GetSelectEntryPos( selected ) ); in collectSelection()
161 const sal_Int16* pSelection = _rSelection.getConstArray(); in selectEntries() local
163 for ( ; pSelection != pSelectionEnd; ++pSelection ) in selectEntries()
164 m_aEntries.SelectEntryPos( *pSelection ); in selectEntries()
/trunk/main/ucbhelper/source/provider/
H A Dsimplecertificatevalidationrequest.cxx59 InteractionContinuation * pSelection = xSelection.get(); in getResponse() local
62 pSelection, uno::UNO_QUERY ); in getResponse()
67 pSelection, uno::UNO_QUERY ); in getResponse()
72 pSelection, uno::UNO_QUERY ); in getResponse()
77 pSelection, uno::UNO_QUERY ); in getResponse()
H A Dsimpleinteractionrequest.cxx101 InteractionContinuation * pSelection = xSelection.get(); in getResponse() local
104 pSelection, uno::UNO_QUERY ); in getResponse()
109 pSelection, uno::UNO_QUERY ); in getResponse()
114 pSelection, uno::UNO_QUERY ); in getResponse()
119 pSelection, uno::UNO_QUERY ); in getResponse()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx351 ::boost::shared_ptr<PageSelection> pSelection (new PageSelection()); in GetPageSelection()
352 pSelection->reserve(GetSelectedPageCount()); in GetPageSelection()
359 pSelection->push_back(pDescriptor->GetPage()); in GetPageSelection()
362 return pSelection; in GetPageSelection()
416 ::boost::shared_ptr<PageSelection> pSelection (GetPageSelection()); in UpdateCurrentPage()
422 SetPageSelection(pSelection, false); in UpdateCurrentPage()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx571 if(pForwarder && pSelection) in SetPropertyValueHelper()
577 if(! pForwarder->SetDepth( pSelection->nStartPara, nLevel ) ) in SetPropertyValueHelper()
588 if(pForwarder && pSelection) in SetPropertyValueHelper()
593 pForwarder->SetNumberingStartValue( pSelection->nStartPara, nStartValue ); in SetPropertyValueHelper()
602 if(pForwarder && pSelection) in SetPropertyValueHelper()
745 if(pForwarder && pSelection) in GetPropertyValueHelper()
747 sal_Int16 nLevel = pForwarder->GetDepth( pSelection->nStartPara ); in GetPropertyValueHelper()
756 if(pForwarder && pSelection) in GetPropertyValueHelper()
757 aAny <<= pForwarder->GetNumberingStartValue( pSelection->nStartPara ); in GetPropertyValueHelper()
763 if(pForwarder && pSelection) in GetPropertyValueHelper()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx74 OSQLParseNode* pSelection = pSQLParseNode->getChild(2); in start() local
75 if ( SQL_ISRULE(pSelection,scalar_exp_commalist) ) in start()
77 for (sal_uInt32 i = 0; i < pSelection->count(); i++) in start()
79 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start()
H A Dfcomp.cxx101 OSQLParseNode* pSelection = pSQLParseNode->getChild(2); in start() local
102 if ( SQL_ISRULE(pSelection,scalar_exp_commalist) ) in start()
104 for (sal_uInt32 i = 0; i < pSelection->count(); i++) in start()
106 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1011 const Any* pSelection = rSelection.getLength() ? rSelection.getConstArray() : 0; in DataToDoc() local
1052 if( pSelection ) in DataToDoc()
1087 nRows, nCols, text::HoriOrientation::FULL, (pSelection ? pTAutoFmt : 0) ); in DataToDoc()
1090 if( pSelection && pTblSet ) in DataToDoc()
1118 if(pSelection) in DataToDoc()
1121 pSelection[i] >>= nPos; in DataToDoc()
1217 if( !pSelection ) in DataToDoc()
1230 if( !pSelection && ( pTblSet || pTAutoFmt )) in DataToDoc()
1318 if(pSelection) in DataToDoc()
1321 pSelection[i] >>= nPos; in DataToDoc()
[all …]
H A Dmmconfigitem.cxx1168 Any* pSelection = m_aSelection.getArray(); in ExcludeRecord() local
1172 pSelection[nIndex] <<= nIndex + 1; in ExcludeRecord()
1174 pSelection[nIndex] <<= (sal_Int32) -1; in ExcludeRecord()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx161 Sequence< Any >* pSelection) : in SwMailMergeDlg()
241 if(pSelection) in SwMailMergeDlg()
243 m_aSelection = *pSelection; in SwMailMergeDlg()
777 Any* pSelection = m_aSelection.getArray(); in ExecQryShell() local
778 for (sal_Int32 i = nStart; i <= nEnd; ++i, ++pSelection) in ExecQryShell()
779 *pSelection <<= i; in ExecQryShell()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx2019 SvLBoxEntry* pSelection = FirstSelected(); in SynchronizeSelection() local
2020 while (pSelection) in SynchronizeSelection()
2022 FmEntryData* pCurrent = (FmEntryData*)pSelection->GetUserData(); in SynchronizeSelection()
2032 Select(pSelection, sal_False); in SynchronizeSelection()
2035 MakeVisible(pSelection); in SynchronizeSelection()
2039 Select(pSelection, sal_False); in SynchronizeSelection()
2041 pSelection = NextSelected(pSelection); in SynchronizeSelection()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx576 ::boost::shared_ptr<sd::slidesorter::SlideSorterViewShell::PageSelection> pSelection; in getSelectedPages()
580 pSelection = pSlideSorterViewShell->GetPageSelection(); in getSelectedPages()
584 pSelection.reset(new sd::slidesorter::SlideSorterViewShell::PageSelection()); in getSelectedPages()
589 pSelection->push_back(pPage); in getSelectedPages()
593 return pSelection; in getSelectedPages()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2060 …s, Rectangle const* pPaintArea, TextSelection const* pPaintRange, TextSelection const* pSelection ) in ImpPaint() argument
2076 if ( pSelection && pSelection->HasRange() ) in ImpPaint()
2078 sal_Bool bInvers = pSelection->GetEnd() < pSelection->GetStart(); in ImpPaint()
2079 pSelStart = !bInvers ? &pSelection->GetStart() : &pSelection->GetEnd(); in ImpPaint()
2080 pSelEnd = bInvers ? &pSelection->GetStart() : &pSelection->GetEnd(); in ImpPaint()
2145 else if ( pSelection ) in ImpPaint()
H A Dtextview.cxx319 …s, Rectangle const* pPaintArea, TextSelection const* pPaintRange, TextSelection const* pSelection ) in ImpPaint() argument
322 pSelection = NULL; in ImpPaint()
339 mpImpl->mpTextEngine->ImpPaint( pOut, rStartPos, pPaintArea, pPaintRange, pSelection ); in ImpPaint()
/trunk/main/winaccessibility/source/UAccCOM/
H A DEnumVariant.cpp200 XAccessibleSelection* pSelection = NULL; in GetXAccessibleSelection() local
/trunk/main/sw/source/ui/inc/
H A Dmailmrge.hxx151 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >* pSelection = 0);
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx791 ::connectivity::OSQLParseNode* pSelection = pParseNode->getChild(2); in saveField()
792 if ( SQL_ISRULE(pSelection,selection) ) // we found the asterix in saveField()
804 sal_uInt32 nCount = pSelection->count(); in saveField()
820 ::connectivity::OSQLParseNode* pChild = pSelection->getChild( i ); in saveField()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2009 MultiSelection* pSelection = (MultiSelection*)pGrid->GetSelection(); in Execute() local
2015 if (pSelection != NULL) in Execute()
2017 aSelection.realloc(pSelection->GetSelectCount()); in Execute()
2018 long nIdx = pSelection->FirstSelected(); in Execute()
2023 nIdx = pSelection->NextSelected(); in Execute()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx1447 … uno::Sequence< uno::Any >* pSelection ) //add for SwMailMergeDlg in CreateMailMergeDlg()
1453 …= new SwMailMergeDlg( pParent, rSh, rSourceName, rTblName, nCommandType, xConnection, pSelection ); in CreateMailMergeDlg()
H A Dswdlgfact.hxx531 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >* pSelection = 0 ); //add for SwMailM…
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx79 …gle const* pPaintArea, TextSelection const* pPaintRange = 0, TextSelection const* pSelection = 0 );
H A Dtexteng.hxx198 …gle const* pPaintArea, TextSelection const* pPaintRange = 0, TextSelection const* pSelection = 0 );
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx949 OSQLParseNode * pSelection = pSelectNode->getChild(2); in traverseSelectColumnNames() local
951 for (sal_uInt32 i = 0; i < pSelection->count(); i++) in traverseSelectColumnNames()
953 OSQLParseNode *pColumnRef = pSelection->getChild(i); in traverseSelectColumnNames()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx456 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >* pSelection = 0 ) = 0; //add for SwM…

Completed in 234 milliseconds

12