Home
last modified time | relevance | path

Searched refs:first (Results 101 – 125 of 1338) sorted by relevance

12345678910>>...54

/trunk/main/desktop/source/deployment/manager/
H A Ddp_activepackages.cxx162 if (i->first.getLength() > 0 && i->first[0] == separator) { in getEntries()
166 i->first.getStr() + 1, i->first.getLength() - 1, in getEntries()
171 ::rtl::OStringToOUString(i->first, RTL_TEXTENCODING_UTF8)); in getEntries()
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx677 if (aBiDiIter->first < nMinPos) in GetPseudoCharRuns()
679 nMinPos = static_cast< xub_StrLen >(aBiDiIter->first); in GetPseudoCharRuns()
685 if (aCharSetIter->first < nMinPos) in GetPseudoCharRuns()
686 nMinPos = aCharSetIter->first; in GetPseudoCharRuns()
692 if (aScriptIter->first < nMinPos) in GetPseudoCharRuns()
693 nMinPos = aScriptIter->first; in GetPseudoCharRuns()
702 if (aBiDiIter->first == nMinPos) in GetPseudoCharRuns()
708 if (aCharSetIter->first == nMinPos) in GetPseudoCharRuns()
714 if (aScriptIter->first == nMinPos) in GetPseudoCharRuns()
/trunk/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl98 /// Start of simple numerical formats (first format)
116 /// Start of Scientific formats (first format)
126 /// Start of Percent formats (first format)
136 /// Start of Fraction formats (first format)
146 /// Start of Currency formats (first format)
164 /// Start of Date formats (first format)
214 /// Start of Time formats (first format)
234 /// Start of DateTime formats (first format)
H A DXTransliteration.idl290 Offset (from 0) of the first substring.
293 Length (from offset) of the first substring.
305 1 if the first substring is greater than the second substring <br/>
306 0 if the first substring is equal to the second substring <br/>
307 -1 if the first substring is less than the second substring
317 1 if the first string is greater than the second string <br/>
318 0 if the first string is equal to the second string <br/>
319 -1 if the first string is less than the second string
H A DParseResult.idl44 /** Code point index of first unprocessed character. */
58 /** <type>KParseTokens</type> flags of first character of actual
61 <const>KParseType::DOUBLE_QUOTE_STRING</const> the first
62 character is the first character inside the quotes, not the
/trunk/main/sw/source/core/txtnode/
H A Dmodeltoviewhelper.cxx44 if ( (*aIter).first >= nModelPos ) in ConvertToViewPosition()
46 const sal_uInt32 nPosModel = (*aIter).first; in ConvertToViewPosition()
75 const sal_uInt32 nPosModel = (*aIter).first; in ConvertToModelPosition()
85 const sal_uInt32 nPrevPosModel = (*aIter).first; in ConvertToModelPosition()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DFileHelper.java190 public static void makeDirectories(String first, String path) in makeDirectories() argument
192 makeDirectories(first, path, "0777"); in makeDirectories()
195 public static void makeDirectories(String first, String path, String _sMode) in makeDirectories() argument
202 first = path.substring(0, n); in makeDirectories()
208 already_done = first; in makeDirectories()
/trunk/main/binaryurp/source/
H A Dcache.hxx74 list_.splice( list_.begin(), list_, aMP.first->first); // the found entry is moved to front in add()
75 return aMP.first->second; in add()
87 aMP.first->second = n; in add()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx990 if( aLSeqIt->first.second == SCH_XML_PART_VALUES || in switchRangesFromOuterToInternalIfNecessary()
991 aLSeqIt->first.second == SCH_XML_PART_ERROR_BARS ) in switchRangesFromOuterToInternalIfNecessary()
1012 if( aLSeqIt->first.first == SCH_XML_CATEGORIES_INDEX ) in switchRangesFromOuterToInternalIfNecessary()
1017 if( aLSeqIt->first.first == SCH_XML_CATEGORIES_INDEX ) in switchRangesFromOuterToInternalIfNecessary()
1031 OUString aRep( OUString::valueOf( aLSeqIt->first.first )); in switchRangesFromOuterToInternalIfNecessary()
1043 OSL_ASSERT( aLSeqIt->first.second == SCH_XML_PART_LABEL ); in switchRangesFromOuterToInternalIfNecessary()
1063 aRep += OUString::valueOf( aLSeqIt->first.first ); in switchRangesFromOuterToInternalIfNecessary()
/trunk/main/offapi/com/sun/star/chart2/
H A DCandleStickChartType.idl50 <p>Japanese candlesticks show the first and last value as
52 than the first one) is shown by a white box. A falling course
88 /** If this property is <TRUE/>, the first value (which would be
90 This also makes the role "values-first" mandatory.
94 show the first value.</p>
/trunk/main/oovbaapi/ooo/vba/excel/
H A DSheetObjects.idl58 @param X1 Position of the first X coordinate in points (1/72 inch).
59 @param Y1 Position of the first Y coordinate in points (1/72 inch).
79 @param X1 Position of the first X coordinate in points (1/72 inch).
80 @param Y1 Position of the first Y coordinate in points (1/72 inch).
83 @param Closed True = outline closed (last and first point connected).
/trunk/main/solenv/bin/modules/installer/
H A Dpackagepool.pm165 my $first = 1;
171 $installer::logger::Info->print("\n") if $first;
175 $first = 0;
187 $installer::logger::Info->print("\n") if $first;
191 $first = 0;
201 my $first = 1;
208 if ( $first == 1 )
211 $first = 0;
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx115 Reference<XInterface > xTemp = i->first.get(); in disposing()
461 if ( i->second.second.first.get() == connection.get() ) in getDataDefinitionByConnection()
538 Reference<XConnection> _xConnection(_aIter->first.get(),UNO_QUERY); in shutdownConnection()
561 StorageContainer::revokeStorage(_aIter->second.first,NULL); in shutdownConnection()
576 if ( i->first.get() == xCon.get() ) in disposing()
606 Reference<XConnection> xCon(i->first,UNO_QUERY); in shutdownConnections()
624 Reference<XFlushable> xCon(i->second.second.first.get(),UNO_QUERY); in flushConnections()
649 Reference<XConnection> xConnection(i->first,UNO_QUERY); in preCommit()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XCurrencyField.java60 private double first = 0; field in _XCurrencyField
162 oObj.setFirst(first + 1.1); in _setFirst()
164 result = ret == first + 1.1; in _setFirst()
176 first = oObj.getFirst(); in _getFirst()
H A D_XNumericField.java61 private double first = 0 ; field in _XNumericField
163 oObj.setFirst(first + 1.1) ; in _setFirst()
165 result = ret == first + 1.1 ; in _setFirst()
177 first = oObj.getFirst() ; in _getFirst()
/trunk/main/offapi/com/sun/star/sdbcx/
H A DCompareBookmark.idl34 /** the first bookmark is before the second.
39 /** the first bookmark is equal to the second.
44 /** the first bookmark is after the second one.
49 /** the first bookmark is not the same as the second one.
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx110 nRet = it->first; in setProperties()
225 aMasterPageSection.push_back( it->first ); in emit()
226 else if( getStyleName( it->first ).equalsAscii( "standard" ) ) in emit()
227 aOfficeStyleSection.push_back( it->first ); in emit()
229 aAutomaticStyleSection.push_back( it->first ); in emit()
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c155 rtl_arena_segment_type *first, *last, *head; in rtl_arena_segment_populate() local
167 for (first = span + 1, last = span + count; first < last; ++first) in rtl_arena_segment_populate()
169 QUEUE_INSERT_TAIL_NAMED(head, first, s); in rtl_arena_segment_populate()
170 QUEUE_START_NAMED(first, f); in rtl_arena_segment_populate()
171 first->m_addr = 0; in rtl_arena_segment_populate()
172 first->m_size = 0; in rtl_arena_segment_populate()
173 first->m_type = 0; in rtl_arena_segment_populate()
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx303 sURL = impl_getDocumentAtIndex( nSelected ).first; in GetSelectedDocumentURL()
327 if ( _bSystemNotation && aDocumentDescriptor.first.Len() ) in impl_getDocumentAtIndex()
329 ::svt::OFileNotation aNotation( aDocumentDescriptor.first ); in impl_getDocumentAtIndex()
330 aDocumentDescriptor.first = aNotation.get( ::svt::OFileNotation::N_SYSTEM ); in impl_getDocumentAtIndex()
352 String sHelpText = impl_getDocumentAtIndex( nItemIndex, true ).first; in RequestHelp()
/trunk/main/sd/source/ui/sidebar/
H A DSidebarShellManager.cxx102 mpViewShellManager->DeactivateSubShell( mrViewShell, pos->first ); in RemoveSubShell()
120 mpViewShellManager->DeactivateSubShell(mrViewShell,iShell->first); in RemoveSubShell()
137 mpViewShellManager->MoveSubShellToTop(mrViewShell,iShell->first); in MoveToTop()
159 mpViewShellManager->ActivateSubShell(mrViewShell,iShell->first); in IMPL_LINK()
/trunk/main/offapi/com/sun/star/ucb/
H A DXAnyCompare.idl44 is the first compare value
52 <code>-1</code>, if the first any is less than the second ( Any1 &lt; Any2 )
55 <code>0</code>, if the first any is equal to the second ( Any1 == Any2 )
58 <code>+1</code>, if the first any is greater than the second ( Any1 &gt; Any2 )
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx566 aDefaultPrinter = m_aPrinters.begin()->first; in initialize()
632 rList.push_back( it->first ); in listPrinters()
744 it->second.m_aAlternateFiles.remove( files.begin()->first ); in writePrinterConfig()
747 it->second.m_aFile = files.begin()->first; in writePrinterConfig()
752 it->second.m_aFile = files.begin()->first; in writePrinterConfig()
755 … it->second.m_aGroup = OString( it->first.getStr(), it->first.getLength(), RTL_TEXTENCODING_UTF8 ); in writePrinterConfig()
765 aValue += ByteString( String( it->first ), RTL_TEXTENCODING_UTF8 ); in writePrinterConfig()
767 pConfig->WriteKey( "DefaultPrinter", it->first == m_aDefaultPrinter ? "1" : "0" ); in writePrinterConfig()
809 … aKey.Append( OUStringToOString( subst->first, RTL_TEXTENCODING_ISO_8859_1 ).getStr() ); in writePrinterConfig()
984 OUString aFamily( subst->first.toAsciiLowerCase() ); in fillFontSubstitutions()
/trunk/main/offapi/com/sun/star/sheet/
H A DXViewPane.idl49 /** returns the first column that is visible in the pane.
55 /** sets the first column that is visible in the pane.
61 /** returns the first row that is visible in the pane.
67 /** sets the first row that is visible in the pane.
/trunk/main/offapi/com/sun/star/chart/
H A DChartLegendPosition.idl52 <p>The second entry in the legend is placed below the first
62 side of the first one.</p>
70 <p>The second entry in the legend is placed below the first
80 side of the first one.</p>
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dvendorbase.cxx119 if(! bVendor && sVendorProperty.equals(i->first)) in initialize()
124 else if (!bVersion && sVersionProperty.equals(i->first)) in initialize()
129 else if (!bHome && sHomeProperty.equals(i->first)) in initialize()
145 else if (!bAccess && sAccessProperty.equals(i->first)) in initialize()

Completed in 108 milliseconds

12345678910>>...54