Home
last modified time | relevance | path

Searched refs:first (Results 326 – 350 of 1338) sorted by relevance

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

/trunk/main/udkapi/com/sun/star/io/
H A DMarkableOutputStream.idl53 which was written before the first non-deleted mark,
54 because data after the first non-deleted mark
/trunk/main/sal/test/
H A Dbootstrap55 ./testbootstrap _first_second_third_ -env:FIRST=first -env:SECOND=second -env:THIRD=third -env:MYBO…
59 ./testbootstrap '_${FIRST}_${SECOND}_${THIRD}_' -env:FIRST=first -env:SECOND=second -env:THIRD=thir…
H A Dbootstrap.bat55 .\testbootstrap _first_second_third_ -env:FIRST=first -env:SECOND=second -env:THIRD=third -env:MYBO…
59 .\testbootstrap _${FIRST}_${SECOND}_${THIRD}_ -env:FIRST=first -env:SECOND=second -env:THIRD=third …
/trunk/main/offapi/com/sun/star/chart/
H A DChartDataCaption.idl56 <p>That means, if a data point is the first one of a series,
57 the percentage is calculated by using the first data points of
/trunk/main/offapi/com/sun/star/chart2/
H A DXDataSeries.idl58 specifies the index of the data point within the series. The first index is 0.
69 specifies the index of the data point within the series. The first index is 0.
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLSecurityContext.idl59 * An handy method to get the first personal security environment.
60 * In xmlsec/nss, the first personal security environment should be the "internal slot"
/trunk/main/chart2/source/inc/
H A DPropertyHelper.hxx156 inline bool operator() ( const ::com::sun::star::beans::Property & first, in operator ()()
159 return ( first.Name.compareTo( second.Name ) < 0 ); in operator ()()
/trunk/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx371 if (iListener->first == rCallback) in AddEventListener()
394 if (iListener->first == rCallback) in RemoveEventListener()
790 iListener->first.Call(&rEvent); in CallListeners()
/trunk/main/offapi/com/sun/star/text/
H A DTextTable.idl191 /** determines if the first row of the table is repeated on every new page.
229 /** determines if the first row of the table should be treated as
235 /** determines if the first column of the table should be treated as
/trunk/main/offapi/com/sun/star/rendering/
H A DXSprite.idl78 The position specified here is first transformed by the
117 re-rendering the sprite from first principles. This is usually
149 instead of re-rendering the sprite from first principles. This
H A DTextHit.idl44 position <em>before</em> the first character, and an index
55 encounteres first when reading text of the corresponding
/trunk/main/connectivity/source/manager/
H A Dmdrivermanager.cxx433 if ( aPos.first != aPos.second ) in initializeDriverPrecedence()
436 OSL_ENSURE( ::std::distance( aPos.first, aPos.second ) == 1, in initializeDriverPrecedence()
440 if ( aPos.first != aNoPrefDriversStart ) in initializeDriverPrecedence()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1442 if( aDepRange.first != aDepRange.second ) in setupOptionalUI()
1444 while( nDependsOnValue && aDepRange.first != aDepRange.second ) in setupOptionalUI()
1447 ++aDepRange.first; in setupOptionalUI()
1449 if( aDepRange.first != aPropertyToDependencyRowMap.end() ) in setupOptionalUI()
1451 pCurColumn = aDepRange.first->second; in setupOptionalUI()
1851 if( bShouldbeEnabled && dynamic_cast<RadioButton*>(it->first) ) in checkOptionalControlDependencies()
1853 … std::map< Window*, sal_Int32 >::const_iterator r_it = maControlToNumValMap.find( it->first ); in checkOptionalControlDependencies()
1861 bool bIsEnabled = it->first->IsEnabled(); in checkOptionalControlDependencies()
1864 it->first->Enable( bShouldbeEnabled ); in checkOptionalControlDependencies()
/trunk/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx550 return _rMapEntry.first == aLookingFor ? sal_True : sal_False; in operator ()()
559 FilterDescriptor aHaveALook = *_rMapEntry.first; in operator ()()
561 *_rMapEntry.second = *_rMapEntry.first; in operator ()()
679 aBelongsTo.first, in lcl_GroupAndClassify()
/trunk/main/
H A Daclocal.m469 # only at the first occurrence in configure.ac, so if the first place
113 # Note that if there is a possibility the first call to
364 # This test uses sys.hexversion instead of the string equivalent (first
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx212 switch( aMapIter->first.eId ) in GetCharStyleProperties()
226 aPropNameSupplier.GetName( aMapIter->first.eId ), 0, in GetCharStyleProperties()
295 switch( aMapIter->first.eId ) in GetLevelProperties()
303 …beans::PropertyValue( aPropNameSupplier.GetName( aMapIter->first.eId ), 0, aMapIter->second, beans… in GetLevelProperties()
/trunk/main/offapi/com/sun/star/ucb/
H A DFetchResult.idl48 /** indicates the index of the first row contained in
51 first element in the sequence <member>FetchResult::Rows</member>
H A DXDynamicResultSetListener.idl47 <p>In the first notify-call the listener gets two(!)
58 new resultset, except in the first call, where only the new resultset
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DListboxControlActions.idl52 The index of the first position is 0.
64 The index of the first position is 0. A value of -1 removes the
/trunk/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx84 key = (*iter).first; in produceAllTypes()
123 key = (*iter).first; in produceAllTypes()
/trunk/main/codemaker/source/javamaker/
H A Djavamaker.cxx62 key = (*iter).first; in produceAllTypes()
112 key = (*iter).first; in produceAllTypes()
/trunk/main/comphelper/source/property/
H A DMasterPropertySetInfo.cxx99 PropertyDataHash::iterator aDebugIter = maMap.find( (*aIter).first ); in add()
103 maMap[(*aIter).first] = new PropertyData ( nMapId, (*aIter).second ); in add()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-SinceTag_Handling.txt29 …The first cipher following immediately on a white space is interpreted as start of the version num…
65 The first string is the OpenOffice.org version number which is found in the @since tag.
/trunk/main/autodoc/source/ary/cpp/
H A Dc_namesp.cxx200 if ( (*itLower).first != i_sName ) in Search_LocalOperations()
206 it != aLocalOperations.end() ? (*itLower).first == i_sName : false; in Search_LocalOperations()
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx595 return (*a.first < *b.first ? true : false); in operator ()()
676 pNamesArray[i] = *(aIter->first); in _PrepareForMultiPropertySet()

Completed in 112 milliseconds

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