Home
last modified time | relevance | path

Searched refs:first (Results 176 – 200 of 1338) sorted by relevance

12345678910>>...54

/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl53 …paths are those whose first <em>k</em> steps are the same as in the current path. Obviously, there…
60 first page which effectively decide about which path to take in the wizard.</p>
133 …assume that your first wizard page contains a check box, which the user can check to enter additio…
179 <p>You can only activate a path which shares the first <code>k</code> pages with the path
186 …Now if the first path is active, and your current state is <code>1</code>, then you can easily swi…
194 path which shares the first <code>k</code> states with the to-be-activated path.)</p>
/trunk/main/chart2/source/tools/
H A DPotentialRegressionCurveCalculator.cxx63 const size_t nMax = aValues.first.size(); in recalculateRegression()
76 fAverageX += log( aValues.first[i] ); in recalculateRegression()
87 double fDeltaX = log( aValues.first[i] ) - fAverageX; in recalculateRegression()
H A DLogarithmicRegressionCurveCalculator.cxx63 const size_t nMax = aValues.first.size(); in recalculateRegression()
76 fAverageX += log( aValues.first[i] ); in recalculateRegression()
87 double fDeltaX = log( aValues.first[i] ) - fAverageX; in recalculateRegression()
H A DExponentialRegressionCurveCalculator.cxx63 const size_t nMax = aValues.first.size(); in recalculateRegression()
76 fAverageX += aValues.first[i]; in recalculateRegression()
87 double fDeltaX = aValues.first[i] - fAverageX; in recalculateRegression()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx171 OSL_ASSERT( insertion.first->second.get() == xRet ); in getPackageManager()
187 insertion.first->second ); in getPackageManager()
196 insertion.first->second = xRet; in getPackageManager()
/trunk/main/offapi/com/sun/star/geometry/
H A DIntegerBezierSegment2D.idl32 is taken from the first point of the following segment, and thus
49 /// The x coordinate of the first control point.
51 /// The y coordinate of the first control point.
H A DRealBezierSegment2D.idl32 taken from the first point of the following segment, and thus not
49 /// The x coordinate of the first control point.
51 /// The y coordinate of the first control point.
/trunk/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DMigrationAnalyser.cls452 Dim first, last, noteCount As Long
455 first = myTextRange.start
456 last = first + myTextRange.Length - 1
459 If (currRun.start > first And currRun.start < last) Then
468 If (first <= lineEnd And last > lineEnd) Then
/trunk/main/xmloff/source/text/
H A Dtxtlists.cxx205 return (*aIter).second.first; in GetListStyleOfProcessedList()
285 if ( (*aIter).second.first == sListBlockListId ) in GetListIdForListBlock()
361 && (mLastNumberedParagraphs[i_Level].first == i_StyleName) ) in GetNumberedParagraphListId()
409 io_rLevel > 0 ? rNPList[parent].first : none, in EnsureNumberedParagraph()
/trunk/main/svx/inc/svx/
H A Dsdasitm.hxx150 return ( r1.first.equals( r2.first ) ) && ( r1.second.equals( r2.second ) ); in operator ()()
155 return (size_t)r1.first.hashCode() + r1.second.hashCode(); in operator ()()
/trunk/main/xmloff/source/xforms/
H A Dxformsimport.cxx78 aPair.first, in bindXFormsValueBinding()
103 aPair.first, in bindXFormsListBinding()
127 Reference<XSubmissionSupplier> xSubmissionSupp( aPair.first, UNO_QUERY ); in bindXFormsSubmission()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwAccessibleDocumentView.java136 public static boolean first = false; field in SwAccessibleDocumentView
142 if (first) SearchedContext = ac; in getAccessibleObjectForRole()
143 else first=true; in getAccessibleObjectForRole()
/trunk/main/sal/textenc/generate/
H A Dgb180302000.pl197 $first = 1;
205 if ($first == 1)
208 $first = 0;
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatchProviderInterception.idl45 Later registered ones will be used at first. But it's possible to increase the chance
57 the first interceptor in the chain of registered interceptors.
71 registered interceptor first.
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx479 for (FactoryList::const_iterator iFactory=aRange.first; iFactory!=aRange.second; ++iFactory) in AddShellFactory()
500 for (FactoryList::iterator iFactory=aRange.first; iFactory!=aRange.second; ++iFactory) in RemoveShellFactory()
670 SubShellList::value_type(&rParentShell,SubShellSubList())).first; in ActivateSubShell()
1228 for (FactoryList::const_iterator iFactory=aRange.first; iFactory!=aRange.second; ++iFactory) in CreateSubShell()
1268 if (aRange.first != maShellFactories.end()) in DestroyViewShell()
1269 maShellFactories.erase(aRange.first, aRange.second); in DestroyViewShell()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx264 OUStringToOString( it->first, osl_getThreadTextEncoding() ).getStr(), in init()
314 new InternalResMgr( it->second.aFileURL, rPrefix, it->first, aLocale ); in getResMgr()
343 if( it->first.matchIgnoreAsciiCase( rPrefix ) ) in getResMgr()
351 it->first, in getResMgr()
362 aLocale.Language = it->first.getToken( 0, '-', nIndex ); in getResMgr()
364 aLocale.Country = it->first.getToken( 0, '-', nIndex ); in getResMgr()
366 aLocale.Variant = it->first.getToken( 0, '-', nIndex ); in getResMgr()
417 pImp = new InternalResMgr( it->second.aFileURL, rPrefix, it->first, aLocale ); in getResMgr()
578 sal_uInt64 nKeyId = it->first; in ~InternalResMgr()
/trunk/main/udkapi/com/sun/star/script/
H A DContextInformation.idl52 /** contains the first line in the module's source code associated with
66 /** contains the first column in the <var>StartLine</var> associated with
79 /** contains the first column in the <var>EndLine</var> that is NOT
/trunk/main/xmloff/inc/xmloff/
H A Dnmspmap.hxx79 return (size_t) r1.second->hashCode() + r1.first; in operator ()()
87 return r1.first == r2.first && *(r1.second) == *(r2.second); in operator ()()
/trunk/main/sd/source/ui/framework/configuration/
H A DResourceFactoryManager.cxx134 if (iPattern->first == rsURL) in RemoveFactoryForURL()
159 aKeys.push_back(iFactory->first); in RemoveFactoryForReference()
233 WildCard aWildCard (iPattern->first); in FindFactory()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DExternalViewLogger.cxx75 …file << iter->first << string(" ") << iter->second->mParentNodeId << string(" ") << iter->second->… in dumpNodeContainer()
95 if (isUnreferencedLeaf(iter->first)) in endTree()
101 dumpTree(iter->first); in endTree()
/trunk/main/oox/source/ole/
H A Dvbaproject.cxx410 …OSL_ENSURE( !aModules.has( aIt->first ) && !aDummyModules.has( aIt->first ), "VbaProject::importVb… in importVba()
411 VbaModuleMap::mapped_type& rxModule = aDummyModules[ aIt->first ]; in importVba()
412 rxModule.reset( new VbaModule( mxContext, mxDocModel, aIt->first, eTextEnc, bExecutable ) ); in importVba()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl127 /** returns the first day of a week, one of <type>Weekdays</type>
133 /** Set the first day of a week, one of <type>Weekdays</type>
139 /** Set how many days of a week must reside in the first week of a
145 /** returns how many days of a week must reside in the first week of
/trunk/main/connectivity/source/commontools/
H A DTColumnsHelper.cxx110 bAutoIncrement = aFind->second.first.first; in createObject()
111 bIsCurrency = aFind->second.first.second; in createObject()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx85 Out my_copy_if(In first, In last, Out res, Pred p) in my_copy_if() argument
87 while (first != last) in my_copy_if()
89 if (p(*first)) in my_copy_if()
90 *res = *first; in my_copy_if()
91 ++first; in my_copy_if()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx201 insertion.first->second == this) ); in append()
272 insertion.first->second = pOEntry; in defenv_registerInterface()
278 ObjectEntry * pOEntry = insertion.first->second; in defenv_registerInterface()
320 insertion.first->second = pOEntry; in defenv_registerProxyInterface()
326 ObjectEntry * pOEntry = insertion.first->second; in defenv_registerProxyInterface()
533 (*pEnv->acquireInterface)( pEnv, ppInterfaces[nPos++] = (*iPos).first ); in defenv_getRegisteredInterfaces()

Completed in 112 milliseconds

12345678910>>...54