Home
last modified time | relevance | path

Searched refs:first (Results 226 – 250 of 1338) sorted by relevance

12345678910>>...54

/trunk/main/oox/source/core/
H A Drecordparser.cxx135 return maStack.empty() ? -1 : maStack.back().first.mnStartRecId; in getCurrentRecId()
140 return !maStack.empty() && (maStack.back().first.mnEndRecId >= 0); in hasCurrentEndRecId()
164 rContextInfo.second->endRecord( rContextInfo.first.mnStartRecId ); in popContext()
/trunk/main/offapi/com/sun/star/embed/
H A DStorageFactory.idl102 contain only first parameter, or first and second one. In case
105 In case only first parameter is provided, the storage is opened in
/trunk/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx306 DBG_ASSERT( !aFields.hasByName( aNewMapping->first ), in writeTemplateAddressFieldMapping()
310 OConfigurationNode aNewField = aFields.createNode( aNewMapping->first ); in writeTemplateAddressFieldMapping()
311 aNewField.setNodeValue( sProgrammaticNodeName, makeAny( aNewMapping->first ) ); in writeTemplateAddressFieldMapping()
/trunk/main/dbaccess/source/core/api/
H A DCRowSetDataColumn.cxx262 …::connectivity::OSQLColumns::Vector::const_iterator first = ::connectivity::find(m_aColumns->get(… in createObject()
263 if(first != m_aColumns->get().end()) in createObject()
264 xNamed.set(*first,UNO_QUERY); in createObject()
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1193 aNameSet.insert( (*aSIt++).first ); in getUniqueAvailableServiceNames()
1418 if (p.first == p.second) // no factories in queryServiceFactories()
1433 while (p.first != p.second) in queryServiceFactories()
1435 vec.push_back( p.first->second ); in queryServiceFactories()
1436 ++p.first; in queryServiceFactories()
1645 while( p.first != p.second ) in remove()
1647 if( xEle == (*p.first).second ) in remove()
1649 m_ServiceMap.erase( p.first ); in remove()
1652 ++p.first; in remove()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx398 if(first()) in beforeFirst()
425 sal_Bool SAL_CALL OResultSet::first( ) throw(SQLException, RuntimeException) in first() function in OResultSet
477 first(); in absolute()
872 sal_Int32 SAL_CALL OResultSet::compareBookmarks( const Any& first, const Any& second ) throw(SQLExc… in compareBookmarks() argument
878 first >>= nPos1; in compareBookmarks()
961 if(first()) in deleteRows()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx97 const ::rtl::OUString &rShortName = (*aCI).first; in LookForUnexpectedODF12Streams()
155 const ::rtl::OUString &rShortName = (*aCI).first; in setChildStreamsTypeByExtension()
272 aSequence[i] = (*aIterator).first; in getElementNames()
722 …bWritingFailed = !saveChild( (*aIter).first, *(*aIter).second, rPath, rManList, rZipOut, rEncrypti… in saveContents()
730 const ::rtl::OUString &rShortName = (*aCI).first; in saveContents()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx89 gr::LanguageIterator iL = aSupported.first; in GrFeatureParser()
140 gr::LanguageIterator iL = aSupported.first; in setLang()
187 gr::FeatureSettingIterator j = validValues.first; in isValid()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A Dpagesetup.log56 TEST START : Test first page number
59 Verify that first page number on sheet 1 is now 2.
60 TEST OK : Test first page number
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dpagesetup.log56 TEST START : Test first page number
59 Verify that first page number on sheet 1 is now 2.
60 TEST OK : Test first page number
/trunk/main/xmloff/source/forms/
H A Dlayerimport.cxx425 m_aCurrentPageIds = aPagePosition.first; in startPage()
462 xCurrentReferring->setPropertyValue( PROPERTY_CONTROLLABEL, makeAny( aReferences->first ) ); in endPage()
568 FormCellBindingHelper aHelper( aCellBindings->first, rImport.GetModel() ); in documentDone()
607 FormCellBindingHelper aHelper( aRangeBindings->first, rImport.GetModel() ); in documentDone()
/trunk/main/xmerge/java/XMergeBridge/src/main/java/
H A DXMergeBridge.java342 String first =origString.substring(0,index); in replace() local
343 first=first.concat(replaceChar); in replace()
344 tmp=tmp.concat(first); in replace()
/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx261 if ( aFoundRange.first != aFoundRange.second ) in implGetControl()
264 pControl = m_pFilePickerController->getControl( aFoundRange.first->nControlId ); in implGetControl()
273 *_pId = aFoundRange.first->nControlId; in implGetControl()
275 *_pPropertyMask = aFoundRange.first->nPropertyFlags; in implGetControl()
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl105 Sets the comment stored first in each locale data file.
113 Comment stored first in each properties file followed by a line
148 Comment stored first in each properties file,
185 Comment stored first in each properties file,
/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx416 pArray[i++] = (*iter).first; in getContainedTypes()
435 if (iter->first == rKey) in findType()
553 if (iter->first == nKey) in findLong()
607 pArray[i++] = (*iter).first; in getContainedTypes()
/trunk/main/dbaccess/source/core/resource/
H A Dstrings.src150 …Text [ en-US ] = "A new row cannot be inserted when the ResultSet is not first moved to the insert…
252 Text [ en-US ] = "Cannot delete the before-first or after-last row.";
301 Text [ en-US ] = "The cursor points to before the first or after the last row.";
305 Text [ en-US ] = "The rows before the first and after the last row don't have a bookmark.";
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx537 m_lmbLeftTable.InsertEntry(aIter->first); in fillListBoxes()
538 m_lmbRightTable.InsertEntry(aIter->first); in fillListBoxes()
543 m_strCurrentLeft = aIter->first; in fillListBoxes()
548 m_strCurrentRight = aIter->first; in fillListBoxes()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx158 *pStringArray = (*aIter)->first; in getElementNames()
165 return m_aElements[_nIndex]->first; in getName()
175 ::rtl::OUString sName = m_aElements[_nIndex]->first; in disposeAndErase()
205 return m_aElements[_nIndex]->first; in findColumnAtIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwAccessiblePageView.java222 public static boolean first = false; field in SwAccessiblePageView
228 if (first) SearchedContext = ac; in getAccessibleObjectForRole()
229 else first=true; in getAccessibleObjectForRole()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx314 aFont.SetName( (*aGlyphTreeIter).first ); in EmbedFonts()
315 aFont.SetWeight( (*aFontWeightIter).first ); in EmbedFonts()
316 aFont.SetItalic( (*aFontItalicIter).first ); in EmbedFonts()
/trunk/main/offapi/com/sun/star/rendering/
H A DXLinePolyPolygon2D.idl54 points. Set to 0 to start with the first polygon.
63 The index of the point within the first polygon (that with the
65 to start with the first point in this polygon.
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx135 rOutLineFillProperties.first, rOutLineFillProperties.second, aLineFillValueMap ); in lcl_getProperties()
173 rOutTextProperties.first, rOutTextProperties.second, aTextValueMap ); in lcl_getProperties()
214 rTextProperties.first, rTextProperties.second, in lcl_createTextShapes()
329 … PropertyMapper::getValuePointer( rTextProperties.second, rTextProperties.first, aPropNameTextMaxi… in lcl_placeLegendEntries()
932 aLineFillProperties.first, aLineFillProperties.second, in createShapes()
/trunk/main/toolkit/src2xml/source/
H A Dsrcparser.py53 first = True
55 if first:
56 first = False
/trunk/main/offapi/com/sun/star/sdbc/
H A DXOutParameters.idl46 by number. The first parameter is 1.
88 the first parameter is 1, the second is 2, ...
124 the first parameter is 1, the second is 2, ...
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java223 int first = Integer.parseInt(firstS); in compareVersion() local
226 if ( second_ > first ) { in compareVersion()
229 } else if ( second_ < first ) { in compareVersion()

Completed in 136 milliseconds

12345678910>>...54