Home
last modified time | relevance | path

Searched refs:first (Results 351 – 375 of 1338) sorted by relevance

1...<<11121314151617181920>>...54

/trunk/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx183 uno::Reference<beans::XPropertySet> xProp(aIter->first,uno::UNO_QUERY); in Clear()
276 ) ).first; in propertyChange()
336 ) ).first; in propertyChange()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx205 OSL_ASSERT( Reference<XInterface>(insertion.first->second) in bindPackage()
210 Reference<deployment::XPackage> xPackage( insertion.first->second ); in bindPackage()
213 insertion.first->second = xNewPackage; in bindPackage()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx351 double fValue = lcl_GetValue( mxDoc, aCellsIter->first ); in solve()
363 double fChanged = lcl_GetValue( mxDoc, aCellsIter->first ); in solve()
374 double fTwo = lcl_GetValue( mxDoc, aCellsIter->first ); in solve()
/trunk/main/xmloff/source/forms/
H A Dproperty_meta_data.cxx229 if ( range.first == range.second ) in getPropertyGroupList()
241 … for ( AttributeGroups::const_iterator group = range.first; group != range.second; ++group ) in getPropertyGroupList()
/trunk/main/unoxml/source/dom/
H A Dattr.cxx52 m_pNamespace->first.getStr())); in GetNamespace()
261 m_pNamespace->first, RTL_TEXTENCODING_UTF8)); in getNamespaceURI()
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChange.idl57 <p>The first row that has been changed or that contains
71 <p>The first column that has been changed or contains modified
/trunk/main/offapi/com/sun/star/auth/
H A DXSSOInitiatorContext.idl56 authentication request. This token is ignored on the first call
63 for the first call to init, zero length for the second call to init
/trunk/main/offapi/com/sun/star/sdbc/
H A DTransactionIsolation.idl56 a second transaction alters the row, and the first transaction
68 satisfies that WHERE condition, and the first transaction
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXHyphenatedWord.idl70 <P>The value has to be in the range from 0 (after the first character)
89 <P>The value has to be in the range from 0 (after the first character)
/trunk/main/comphelper/source/misc/
H A Dnumberedcollection.cxx144 lDeadItems.push_back(pComponent->first); in releaseNumber()
238 lDeadItems.push_back(pComponent->first); in impl_searchFreeNumber()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx464 (*(aPair.first)).second = nDiff; in MakeForwardTab()
491 (*(aPair.first)).second = nDiff; in MakeForwardTab2()
516 (*(aPair.first)).second = n; in MakeBackwardTab()
541 (*(aPair.first)).second = n; in MakeBackwardTab2()
/trunk/main/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.cxx945 aPos.X() = pWindows[i].first->GetPosPixel().X(); in DBG_NAME()
946 Size aSize = pWindows[i].first->GetSizePixel(); in DBG_NAME()
947 FixedText* pText = dynamic_cast<FixedText*>(pWindows[i].first); in DBG_NAME()
950 pWindows[i].first->SetPosSizePixel(aPos,aSize); in DBG_NAME()
/trunk/main/forms/source/misc/
H A Dproperty.cxx61 if (aPair.first != aPair.second) in getPropertyId()
63 nHandle = aPair.first->nHandle; in getPropertyId()
/trunk/main/editeng/inc/editeng/
H A DAccessibleParaManager.hxx265 WeakPara::HardRefType aHardRef( rPara.first.get() ); in operator ()()
293 WeakPara::HardRefType aHardRef( rPara.first.get() ); in operator ()()
/trunk/main/offapi/com/sun/star/awt/
H A DXCurrencyField.idl81 /** sets the first value to be set on POS1 key.
87 /** returns the currently set first value which is set on POS1 key.
H A DXDateField.idl84 /** sets the first value to be set on POS1 key.
90 /** returns the currently set first value which is set on POS1 key.
H A DXNumericField.idl81 /** sets the first value to be set on POS1 key.
87 /** returns the currently set first value which is set on POS1 key.
H A DXTimeField.idl85 /** sets the first value to be set on POS1 key.
91 /** returns the currently set first value which is set on POS1 key.
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DControlActions.idl54 The index of the first position is 0.
66 The index of the first position is 0. A value of -1 removes the
/trunk/main/offapi/com/sun/star/frame/
H A DXFramesSupplier.idl62 window ever had the focus, the first frame within this frame is
82 … In general this method first calls the method <member>XFramesSupplier::setActiveFrame()</member>
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java131 public boolean first() throws SQLException in first() method in RowSet
133 return m_rowSet.first(); in first()
/trunk/main/offapi/com/sun/star/resource/
H A DStringResourceWithStorage.idl54 Specifies if the locale first to be used as current locale. Internally
69 Comment stored first in each properties file followed by a line
/trunk/main/offapi/com/sun/star/script/vba/
H A DXVBAMacroResolver.idl45 may consist of up to three parts, divided by periods. The first two
46 parts are optional. The first part represents the VBA project name.
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java132 public boolean first() throws SQLException in first() method in RowSet
134 return m_rowSet.first(); in first()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1383 char const * first; member
1524 while (p->first) in importEvents()
1529 p->first, ::rtl_str_getLength( p->first ), in importEvents()
1539 if (! p->first) in importEvents()

Completed in 88 milliseconds

1...<<11121314151617181920>>...54