Home
last modified time | relevance | path

Searched refs:pos (Results 101 – 125 of 412) sorted by relevance

12345678910>>...17

/trunk/main/writerfilter/source/doctok/
H A DDffImpl.cxx288 sal_uInt32 DffOPT::get_extraoffset(sal_uInt32 pos) in get_extraoffset() argument
293 if (pos < nCount) in get_extraoffset()
297 for (sal_uInt32 n = 0; n < pos; ++n) in get_extraoffset()
322 DffDGG::get_fidcl(sal_uInt32 pos) in get_fidcl() argument
325 (new WW8FIDCL(this, 0x18 + pos * WW8FIDCL::getSize())); in get_fidcl()
/trunk/main/desktop/source/app/
H A Dcheck_ext_deps.cxx164 for ( sal_Int32 pos = 0; pos < len; ++pos ) in handle() local
168 … uno::Reference< task::XInteractionApprove > xInteractionApprove( pConts[ pos ], uno::UNO_QUERY ); in handle()
174 … uno::Reference< task::XInteractionAbort > xInteractionAbort( pConts[ pos ], uno::UNO_QUERY ); in handle()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx320 for ( sal_Int32 pos = 0; pos < len; ++pos ) in handle() local
324 pConts[ pos ], UNO_QUERY ); in handle()
332 pConts[ pos ], UNO_QUERY ); in handle()
/trunk/main/canvas/source/directx/
H A Ddx_bitmapcanvashelper.cxx197 const geometry::IntegerPoint2D& pos ) in setPixel() argument
207 mpTarget->setPixel(color,bitmapLayout,pos); in setPixel()
211 const geometry::IntegerPoint2D& pos ) in getPixel() argument
222 return mpTarget->getPixel(bitmapLayout,pos); in getPixel()
/trunk/main/comphelper/source/property/
H A Dpropertybag.cxx205 MapInt2Any::const_iterator pos = m_pImpl->aDefaults.find( _nHandle ); in getPropertyDefaultByHandle() local
206 …OSL_ENSURE( pos != m_pImpl->aDefaults.end(), "PropertyBag::getPropertyDefaultByHandle: inconsisten… in getPropertyDefaultByHandle()
207 if ( pos != m_pImpl->aDefaults.end() ) in getPropertyDefaultByHandle()
208 _out_rValue = pos->second; in getPropertyDefaultByHandle()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx274 std::string::size_type pos = str.find_last_not_of(' '); in trim() local
275 if(pos != std::string::npos) in trim()
277 str.erase(pos + 1); in trim()
278 pos = str.find_first_not_of(' '); in trim()
279 if(pos != std::string::npos) in trim()
280 str.erase(0, pos); in trim()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx693 for ( sal_Int32 pos = 0; in getJREInfoFromBinPath() local
694 gVendorMap[pos].sVendorName != NULL; ++pos ) in getJREInfoFromBinPath()
697 getJavaExePaths_func pFunc = gVendorMap[pos].getJavaFunc; in getJREInfoFromBinPath()
893 for ( sal_Int32 pos = 0; in getJREInfoByPath() local
894 gVendorMap[pos].sVendorName != NULL; ++pos ) in getJREInfoByPath()
897 getJavaExePaths_func pFunc = gVendorMap[pos].getJavaFunc; in getJREInfoByPath()
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c293 int pos; in createCommandName() local
317 pos = ++sep - prgname; in createCommandName()
318 strncpy( cmdname, prgname, pos ); in createCommandName()
319 cmdname[ pos ] = '\0'; in createCommandName()
/trunk/main/basebmp/inc/basebmp/
H A Dpixeliterator.hxx66 explicit PixelColumnIterator( const MoveY& pos ) : in PixelColumnIterator() argument
67 y(pos) in PixelColumnIterator()
70 PixelColumnIterator( const MoveY& pos, int x ) : in PixelColumnIterator() argument
71 y(pos,x) in PixelColumnIterator()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_informationprovider.cxx128 for ( int pos = packages.getLength(); pos--; ) in getPackageLocation() local
132 const rtl::OUString aName = packages[ pos ]->getName(); in getPackageLocation()
133 const beans::Optional< rtl::OUString > aID = packages[ pos ]->getIdentifier(); in getPackageLocation()
136 aLocationURL = packages[ pos ]->getURL(); in getPackageLocation()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx310 for ( sal_Int32 pos = 0; pos < len; ++pos ) in type_resolve() local
312 ret_type = m_extra_assemblies[ pos ]->GetType( in type_resolve()
1208 for ( sal_Int32 pos = base_types_list->get_Count(); pos--; ) in complete_struct_type() local
1211 base_types_list->get_Item( pos ) ); in complete_struct_type()
1235 for ( sal_Int32 pos = 0; pos < len; ++pos ) in complete_struct_type() local
1237 FieldInfo * field = fields[ pos ]; in complete_struct_type()
1247 for ( sal_Int32 pos = 0; pos < len; ++pos ) in complete_struct_type() local
1250 entry->m_member_names[ pos ]; in complete_struct_type()
1252 entry->m_param_types[ pos ]; in complete_struct_type()
/trunk/main/editeng/source/items/
H A Dxmlcnitm.cxx145 sal_Int32 pos = aName.indexOf( sal_Unicode(':') ); in PutValue() local
146 if( pos != -1 ) in PutValue()
148 const ::rtl::OUString aPrefix( aName.copy( 0, pos )); in PutValue()
149 const ::rtl::OUString aLName( aName.copy( pos+1 )); in PutValue()
/trunk/main/l10ntools/source/
H A Dhelpex.cxx267 for( vector<ByteString>::iterator pos = filelist.begin() ; pos != filelist.end() ; ++pos ) in main() local
269 sHelpFile = *pos; in main()
/trunk/main/sax/qa/gtest/
H A Dtest_converter.cxx70 char const*const pos((i_pos) ? i_pos : pis); in doTest() local
83 ASSERT_TRUE(buf.makeStringAndClear().equalsAscii(pos)); in doTest()
141 char const*const pos((i_pos) ? i_pos : pis); in doTest() local
154 ASSERT_TRUE(buf.makeStringAndClear().equalsAscii(pos)); in doTest()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionDescription.java169 final int pos = infinite ? 0 : i; in getArguments() local
171 args[i].Description = functionDescription.getParameterDescription(pos, defaultLocale); in getArguments()
172 args[i].Name = functionDescription.getParameterDisplayName(pos, defaultLocale); in getArguments()
173 args[i].IsOptional = !functionDescription.isParameterMandatory(pos); in getArguments()
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java331 int pos = lang.indexOf("-"); in formatFilename() local
334 if( pos == -1 ) in formatFilename()
338 else if( pos > 0 ) in formatFilename()
340 langpart1 = lang.substring( 0 , pos ); in formatFilename()
341 langpart2 = lang.substring( pos+1 , lang.length() ); in formatFilename()
/trunk/main/migrationanalysis/src/wizard/
H A DUtilities.bas228 Dim pos As Integer variable
273 pos = InStr(osv.szCSDVersion, Chr$(0))
274 If pos Then
275 WIN.ServicePack = Left$(osv.szCSDVersion, pos - 1)
/trunk/main/comphelper/source/misc/
H A Danytostring.cxx216 for ( sal_Int32 pos = 0; pos < len; ++pos ) in appendValue() local
218 sal_Unicode c = str[ pos ]; in appendValue()
/trunk/main/odk/pack/gendocu/
H A Didl_ref_javadoc.patch5 > var pos = url.indexOf(".html");
6 > if (pos == -1 || pos != url.length - 5)
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py376 pos = len( self.rootUrl) +1
377 ret = url[0:pos]+url[url.find("/",pos)+1:len(url)]
384 pos = len(self.rootUrl)+1
385 packageName = url[pos:url.find("/",pos+1)]
387 ret = url[0:pos]+ package.transientPathElement + "/" + url[pos:len(url)]
/trunk/main/extensions/source/update/check/
H A Dupdateprotocol.cxx217 sal_Int32 pos = xRelNote->getAttribute(UNISTRING("pos")).toInt32(); in checkForUpdates() local
219 … ReleaseNote aRelNote((sal_uInt8) pos, xRelNote->getAttribute(UNISTRING("src"))); in checkForUpdates()
223 pos = xRelNote->getAttribute(UNISTRING("pos2")).toInt32(); in checkForUpdates()
224 aRelNote.Pos2 = (sal_Int8) pos; in checkForUpdates()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java398 float pos = (float) (toPointFactor * unoTabStops[index2].Position); in setAttribute() local
401 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute()
406 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute()
411 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute()
416 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute()
420 tabStops[index2] = new javax.swing.text.TabStop(pos); in setAttribute()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx545 for ( sal_Int32 pos = 0; pos < len; ++pos ) in handle() local
549 pConts[ pos ], uno::UNO_QUERY ); in handle()
558 pConts[ pos ], uno::UNO_QUERY ); in handle()
/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx187 int pos = 0; in Matches() local
204 if ( !pos ) in Matches()
207 pWild += pos; in Matches()
219 pos = 0; in Matches()
242 pos--; in Matches()
/trunk/main/sw/inc/
H A Dbparr.hxx95 void Insert( const ElementPtr& r, sal_uLong pos );
96 void Remove( sal_uLong pos, sal_uLong n = 1 );
98 void Replace( sal_uLong pos, const ElementPtr& r);

Completed in 129 milliseconds

12345678910>>...17