Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/trunk/main/rsc/source/prj/
H A Dstart.cxx118 if ( !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-u", 2 ) in CallPrePro()
137 printf( "%s", (const char *)pCmdL->GetEntry( i ) ); in CallPrePro()
167 printf( "%s", (const char *)pCmdL->GetEntry( i ) ); in CallPrePro()
237 || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-+" ) in CallRsc2()
238 || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-br" ) in CallRsc2()
239 || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-bz" ) in CallRsc2()
240 || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-r" ) in CallRsc2()
242 || ( '-' != *(char *)pCmdLine->GetEntry( i ) ) ) in CallRsc2()
251 (const char *)pCmdLine->GetEntry( i ) ); in CallRsc2()
284 printf( "%s", (const char *)aNewCmdL.GetEntry( 0 ) ); in CallRsc2()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx290 ScQueryEntry& rEntry = theQueryData.GetEntry(i); in Init()
857 theQueryData.GetEntry(i).bDoQuery = sal_False; in IMPL_LINK()
901 theQueryData.GetEntry(i).bDoQuery = sal_False; in IMPL_LINK()
916 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK()
938 theQueryData.GetEntry(i).bDoQuery = sal_False; in IMPL_LINK()
954 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK()
967 theQueryData.GetEntry(i).bDoQuery = sal_False; in IMPL_LINK()
978 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK()
1160 ScQueryEntry& rEntry = theQueryData.GetEntry( nQE); in RefreshEditRow()
1202 if(theQueryData.GetEntry( nQE-1).bDoQuery) in RefreshEditRow()
[all …]
H A Dpfiltdlg.cxx208 if ( theQueryData.GetEntry(i).bDoQuery ) in Init()
210 ScQueryEntry& rEntry = theQueryData.GetEntry(i); in Init()
244 ? aLbConnect1.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(1).eConnect ) in Init()
249 ? aLbConnect2.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(2).eConnect ) in Init()
408 theParam.GetEntry(i).bDoQuery = bDoThis; in GetOutputItem()
412 ScQueryEntry& rEntry = theParam.GetEntry(i); in GetOutputItem()
446 theParam.GetEntry(1).eConnect = (nConnect1 != LISTBOX_ENTRY_NOTFOUND) in GetOutputItem()
449 theParam.GetEntry(2).eConnect = (nConnect2 != LISTBOX_ENTRY_NOTFOUND) in GetOutputItem()
/trunk/main/svx/source/dialog/
H A Dchecklbx.cxx100 SvTreeListBox::GetModel()->Remove( GetEntry( nPos ) ); in RemoveEntry()
108 Select( GetEntry( nPos ), bSelect ); in SelectEntryPos()
126 SvLBoxEntry* pEntry = GetEntry( nPos ); in GetText()
154 GetEntry( nPos ), bCheck ? SvButtonState( SV_BUTTON_CHECKED ) : in CheckEntryPos()
163 return (GetCheckButtonState( GetEntry( nPos ) ) == SV_BUTTON_CHECKED); in IsChecked()
176 pOld = GetEntry( nPos )->GetUserData(); in SetEntryData()
177 GetEntry( nPos )->SetUserData( pNewData ); in SetEntryData()
187 return GetEntry( nPos )->GetUserData(); in GetEntryData()
212 SvLBoxEntry* pEntry = GetEntry( aPnt ); in MouseButtonDown()
232 const SvLBoxEntry* pNewEntry = GetEntry( aPnt ); in MouseButtonDown()
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx564 pEntry = pRegion->GetEntry( nIdx ); in GetName()
602 pEntry = pRegion->GetEntry( nIdx ); in GetFileName()
643 pEntry = pRegion->GetEntry( nIdx ); in GetPath()
680 pEntry = pRegion->GetEntry( rLongName ); in GetTemplatePath()
738 pEntry = pRegion->GetEntry( rLongName ); in GetDefaultTemplatePath()
872 pEntry = pRegion->GetEntry( rLongName ); in NewTemplate()
1488 pEntry = pRegion->GetEntry( nIdx ); in SetName()
1579 pEntry = pRegion->GetEntry( nIdx ); in CreateObjectShell()
1624 pEntry = pRegion->GetEntry( nIdx ); in DeleteObjectShell()
1681 pEntry = pRegion->GetEntry( rName ); in GetFull()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrl.cxx202 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry(i); in getAccessibleChild()
252 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( nChildIndex ); in selectAccessibleChild()
266 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( nChildIndex ); in isAccessibleChildSelected()
292 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( i ); in selectAllAccessibleChildren()
309 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( i ); in getSelectedAccessibleChildCount()
332 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( i ); in getSelectedAccessibleChild()
362 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( i ); in deselectAccessibleChild()
H A Daccessiblelistbox.cxx408 SvLBoxEntry* pEntry = getListBox()->GetEntry(i); in getAccessibleChild()
428 SvLBoxEntry* pEntry = getListBox()->GetEntry(0); in getRoleType()
499 SvLBoxEntry* pEntry = getListBox()->GetEntry( nChildIndex ); in selectAccessibleChild()
512 SvLBoxEntry* pEntry = getListBox()->GetEntry( nChildIndex ); in isAccessibleChildSelected()
529 SvLBoxEntry* pEntry = getListBox()->GetEntry( i ); in clearAccessibleSelection()
545 SvLBoxEntry* pEntry = getListBox()->GetEntry( i ); in selectAllAccessibleChildren()
586 SvLBoxEntry* pEntry = getListBox()->GetEntry( i ); in getSelectedAccessibleChild()
608 SvLBoxEntry* pEntry = getListBox()->GetEntry( nSelectedChildIndex ); in deselectAccessibleChild()
H A Daccessiblelistboxentry.cxx424 SvLBoxEntry* pEntry = getListBox()->GetEntry(0); in getRoleType()
622 SvLBoxEntry* pEntry = getListBox()->GetEntry( VCLPoint( _aPoint ) ); in getAccessibleAtPoint()
926 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, nChildIndex ); in isAccessibleChildSelected()
947 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in clearAccessibleSelection()
967 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in selectAllAccessibleChildren()
988 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in getSelectedAccessibleChildCount()
1015 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in getSelectedAccessibleChild()
1037 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, nSelectedChildIndex ); in deselectAccessibleChild()
1250 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()
1254 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx160 ScQueryEntry aEntry = aQueryParam.GetEntry(j); in WriteDPFilter()
202 WriteDPCondition(aQueryParam.GetEntry(0), aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter()
209 WriteDPCondition(aQueryParam.GetEntry(j), aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter()
223 ScQueryEntry aPrevFilterField(aQueryParam.GetEntry(0)); in WriteDPFilter()
224 ScQueryConnect aConnection = aQueryParam.GetEntry(1).eConnect; in WriteDPFilter()
236 if (aConnection != aQueryParam.GetEntry(j).eConnect) in WriteDPFilter()
238 aConnection = aQueryParam.GetEntry(j).eConnect; in WriteDPFilter()
239 if (aQueryParam.GetEntry(j).eConnect == SC_AND) in WriteDPFilter()
244 aPrevFilterField = aQueryParam.GetEntry(j); in WriteDPFilter()
255 aPrevFilterField = aQueryParam.GetEntry(j); in WriteDPFilter()
[all …]
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx75 ScQueryEntry& rEntry = pParam->GetEntry(nIndex); in lcl_createStarQuery()
203 pParam->GetEntry(nIndex).nField = aFields[nCol]; in lcl_createExcelQuery()
207 pParam->GetEntry(nIndex).eConnect = SC_AND; in lcl_createExcelQuery()
216 pParam->GetEntry(nIndex).eConnect = SC_OR; in lcl_createExcelQuery()
227 pParam->GetEntry(i).Clear(); in lcl_fillQueryEntries()
240 pParam->GetEntry(i).bQueryByString = true; in lcl_fillQueryEntries()
246 pParam->GetEntry(i).Clear(); in lcl_fillQueryEntries()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx282 SvListEntry* GetEntry( SvListEntry* pParent, sal_uLong nPos ) const;
283 SvListEntry* GetEntry( sal_uLong nRootPos ) const;
449 inline SvListEntry* SvTreeList::GetEntry( SvListEntry* pParent, sal_uLong nPos ) const in GetEntry() function in SvTreeList
458 inline SvListEntry* SvTreeList::GetEntry( sal_uLong nRootPos ) const in GetEntry() function in SvTreeList
498 Type GetEntry( SvListEntry* pParent, sal_uLong nPos ) const \
499 { return (Type)SvTreeList::GetEntry(pParent,nPos); } \
500 Type GetEntry( sal_uLong nRootPos ) const \
501 { return (Type)SvTreeList::GetEntry(nRootPos); } \
H A Dsvtreebx.hxx317 SvLBoxEntry* GetEntry( const Point& rPos, sal_Bool bHit = sal_False ) const;
318 …SvLBoxEntry* GetEntry( SvLBoxEntry* pParent, sal_uLong nPos ) const { return SvLBox::GetEntry(pPar… in GetEntry() function in SvTreeListBox
319 SvLBoxEntry* GetEntry( sal_uLong nRootPos ) const { return SvLBox::GetEntry(nRootPos);} in GetEntry() function in SvTreeListBox
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx309 if( 0 == (pE = rListBox.GetEntry( aPosArr[ 0 ] )) || in IMPL_LINK_INLINE_END()
422 Links().GetModel()->Remove( Links().GetEntry( nPos ) ); in IMPL_LINK()
440 SvLBoxEntry* pEntry = Links().GetEntry( nPos ? --nPos : 0 ); in IMPL_LINK()
508 SvLBoxEntry* pBox = Links().GetEntry( --nPos ); in IMPL_LINK()
545 Links().GetModel()->Remove( Links().GetEntry( nPos ) ); in IMPL_LINK()
612 SvLBoxEntry* pEntry = Links().GetEntry( 0 ); in SetManager()
683 SvLBoxEntry* pBox = Links().GetEntry( nSelPos ); in SetType()
704 Links().Select( Links().GetEntry( nSelect ) ); in SetActLink()
H A Dmultipat.cxx80 pBox ? pBox->GetEntry( pBox->GetCurMousePoint() ) : aRadioLB.FirstSelected(); in IMPL_LINK()
156 pEntry = aRadioLB.GetEntry( nPos ); in IMPL_LINK()
234 SvLBoxEntry* pEntry = aRadioLB.GetEntry( nPos ); in ~SvxMultiPathDialog()
252 SvLBoxEntry* pEntry = aRadioLB.GetEntry(i); in GetPath()
312 SvLBoxEntry* pEntry = aRadioLB.GetEntry( nCount - 1 ); in SetPath()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx927 if (!rParam.GetEntry(0).bDoQuery) in ValidQuery()
949 ScQueryEntry& rEntry = rParam.GetEntry(i); in ValidQuery()
1288 ScQueryEntry& rEntry = rParam.GetEntry(i); in TopTenQuery()
1410 ScQueryEntry& rEntry = rParam.GetEntry(i); in lcl_PrepareQuery()
1705 rQueryParam.GetEntry(nIndex).eConnect = SC_AND; in CreateExcelQuery()
1714 rQueryParam.GetEntry(nIndex).eConnect = SC_OR; in CreateExcelQuery()
1749 ScQueryEntry& rEntry = rQueryParam.GetEntry(nIndex); in CreateStarQuery()
1835 rQueryParam.GetEntry(i).Clear(); in CreateQueryParam()
1848 rQueryParam.GetEntry(i).bQueryByString = sal_True; in CreateQueryParam()
1854 rQueryParam.GetEntry(i).Clear(); in CreateQueryParam()
[all …]
H A Ddociter.cxx550 for (i=0; (i<nCount) && (mpParam->GetEntry(i).bDoQuery); i++) in DataAccessInternal()
552 ScQueryEntry& rEntry = mpParam->GetEntry(i); in DataAccessInternal()
568 SCCOLROW nFirstQueryField = mpParam->GetEntry(0).nField; in getCurrent()
789 const ScQueryEntry& rEntry = mpParam->GetEntry(i); in isValidQuery()
1132 for (i=0; (i<MAXQUERY) && (aParam.GetEntry(i).bDoQuery); i++) in ScQueryCellIterator()
1134 ScQueryEntry& rEntry = aParam.GetEntry(i); in ScQueryCellIterator()
1149 const ScQueryEntry& rEntry = aParam.GetEntry(0); in GetThis()
1270 ScQueryEntry& rEntry = aParam.GetEntry( j ); in AdvanceQueryParamEntryField()
1326 ScQueryEntry& rEntry = aParam.GetEntry( j ); in FindEqualOrSortedLastInRange()
1367 ScQueryEntry& rEntry = aParam.GetEntry( j ); in FindEqualOrSortedLastInRange()
[all …]
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx248 SvxIconChoiceCtrlEntry* pEntry = GetEntry ( i ); in ArrangeIcons()
263 SvxIconChoiceCtrlEntry* pEntry = GetEntry ( i ); in ArrangeIcons()
345 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetEntry( const Point& rPixPos, sal_Bool bHit ) const in GetEntry() function in SvtIconChoiceCtrl
349 return ((SvtIconChoiceCtrl*)this)->_pImp->GetEntry( aPos, bHit ); in GetEntry()
394 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetEntry( sal_uLong nPos ) const in GetEntry() function in SvtIconChoiceCtrl
396 return _pImp->GetEntry( nPos ); in GetEntry()
581 SvxIconChoiceCtrlEntry* pEntry = GetEntry( nPos ); in FillLayoutData()
H A Dsvtabbx.cxx313 SvLBoxEntry* pEntry = SvTreeListBox::GetEntry( nPos ); in SetEntryText()
448 SvLBoxEntry* pEntry = SvTreeListBox::GetEntry( nPos ); in GetTabEntryText()
490 SvLBoxEntry* pParent = GetEntry(i); in GetEntryOnPos()
513 SvLBoxEntry* pParent = GetEntry( _pParent, i ); in GetChildOnPos()
761 SvLBoxEntry* pEntry = GetEntry( _nRow ); in IsCellCheckBox()
803 if ( pEntry == GetEntry(i) ) in GetCurrRow()
846 SetCursor( GetEntry( _nRow ), sal_True ); in GoToCell()
872 Select( GetEntry( _nRow ), _bSelect ); in SelectRow()
891 SvLBoxEntry* pEntry = GetEntry( _nRow ); in IsRowSelected()
946 SvLBoxEntry* pEntry = GetEntry( _nRow ); in GetFieldRectPixelAbs()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx291 pOldEntry = m_CTRL_RIGHT.GetEntry(nPos);
297 m_CTRL_RIGHT.MakeVisible(m_CTRL_RIGHT.GetEntry(nNewPos),sal_True);
303 pOldEntry = m_CTRL_RIGHT.GetEntry(nPos);
325 pOldEntry = m_CTRL_LEFT.GetEntry(nPos);
331 m_CTRL_LEFT.MakeVisible(m_CTRL_LEFT.GetEntry(nNewPos),sal_True);
337 pOldEntry = m_CTRL_LEFT.GetEntry(nPos);
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2319 rFkt = m_pFunctionCell->GetEntry(1); in GetFunctionName()
2322 rFkt = m_pFunctionCell->GetEntry(3); in GetFunctionName()
2325 rFkt = m_pFunctionCell->GetEntry(4); in GetFunctionName()
2328 rFkt = m_pFunctionCell->GetEntry(5); in GetFunctionName()
2331 rFkt = m_pFunctionCell->GetEntry(6); in GetFunctionName()
2334 rFkt = m_pFunctionCell->GetEntry(7); in GetFunctionName()
2337 rFkt = m_pFunctionCell->GetEntry(8); in GetFunctionName()
2340 rFkt = m_pFunctionCell->GetEntry(9); in GetFunctionName()
2343 rFkt = m_pFunctionCell->GetEntry(10); in GetFunctionName()
2346 rFkt = m_pFunctionCell->GetEntry(11); in GetFunctionName()
[all …]
H A DTableWindowListBox.cxx205 SvLBoxEntry* pEntry = GetEntry( m_aMousePos );
212 pEntry = GetEntry( m_aMousePos );
223 SvLBoxEntry* pEntry = GetEntry( m_aMousePos );
230 pEntry = GetEntry( m_aMousePos );
274 SvLBoxEntry* pEntry = GetEntry( m_aMousePos ); in AcceptDrop()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx331 aEdComment.SetText(aLbCategory.GetEntry(1)); //String fuer Benutzerdefiniert in Init_Impl()
596 String sFixedCategory=aLbCategory.GetEntry(nFixedCategory); in Reset()
688 aEdComment .SetText(aLbCategory.GetEntry(1)); //String fuer Benutzerdefiniert in Obstructing()
1220 aFtComment.SetText(aLbCategory.GetEntry(1)); in UpdateFormatListBox_Impl()
1239 aFtComment.SetText(aLbCategory.GetEntry(1)); in UpdateFormatListBox_Impl()
1371 aComment=aLbCategory.GetEntry(1); in IMPL_LINK()
1515 if(aEdComment.GetText()!=aLbCategory.GetEntry(1)) in IMPL_LINK()
1529 aEdComment.SetText(aLbCategory.GetEntry(1)); //String fuer Benutzerdefiniert in IMPL_LINK()
1555 aEdComment.SetText(aLbCategory.GetEntry(1)); in IMPL_LINK()
1774 aEdComment.SetText(aLbCategory.GetEntry(1)); //String fuer Benutzerdefiniert in IMPL_LINK()
H A Dautocdlg.cxx178 if( 0 == rCmpClass.compareString(rEntry, rLB.GetEntry(i) )) in lcl_FindEntry()
858 GetEntry(nPos), in CheckEntryPos()
1161 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( nListBoxPos - 1); in FillItemSet()
1191 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( i ); in FillItemSet()
1234 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( i ); in RefillReplaceBox()
1473 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( i ); in IMPL_LINK()
1507 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( 0 ); in IMPL_LINK()
1740 String* pEntry = new String( aDoubleCapsLB.GetEntry( i ) ); in FillItemSet()
1762 String* pEntry = new String( aAbbrevLB.GetEntry( i ) ); in FillItemSet()
1823 new String(aAbbrevLB.GetEntry(i)), i); in RefillReplaceBoxes()
[all …]
/trunk/main/cui/source/options/
H A Doptjava.cxx221 SvLBoxEntry* pEntry = pList ? m_aJavaList.GetEntry( m_aJavaList.GetCurMousePoint() ) in IMPL_LINK()
475 SvLBoxEntry* pEntry = m_aJavaList.GetEntry(i); in LoadJREs()
572 SvLBoxEntry* pEntry = m_aJavaList.GetEntry( nPos ); in AddFolder()
641 if ( m_aJavaList.GetCheckButtonState( m_aJavaList.GetEntry(i) ) == SV_BUTTON_CHECKED ) in FillItemSet()
797 m_aParameterEdit.SetText( m_aAssignedList.GetEntry( nPos ) ); in IMPL_LINK()
839 pArray[i] = ::rtl::OUString( m_aAssignedList.GetEntry(i) ); in GetParameters()
1031 INetURLObject aOtherObj( m_aPathList.GetEntry(i), INetURLObject::FSYS_DETECT ); in IsPathDuplicate()
1056 sPath += m_aPathList.GetEntry(i); in GetClassPath()
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx488 const SvNumberformat* pNumEntry = pFormatter->GetEntry(nFound); in IsUserDefined()
703 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithFormats_Impl()
749 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithDateTime_Impl()
837 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithSysCurrencys()
1294 pNumEntry = (SvNumberformat*)pFormatter->GetEntry(nMyNfEntry); in SetComment4Entry()
1323 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetComment4Entry()
1357 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetCategory4Entry()
1399 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetUserDefined4Entry()
1443 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetFormat4Entry()
1757 ((pFormat = pFormatter->GetEntry( nFound )) != 0) && in FindCurrencyTableEntry()

Completed in 146 milliseconds

12345678910>>...12