Home
last modified time | relevance | path

Searched refs:pos (Results 251 – 275 of 412) sorted by relevance

1...<<11121314151617

/trunk/main/l10ntools/layout/
H A Dlayoutparse.hxx36 void SearchL10NElements( XMLParentNode *pCur, int pos = 0 );
/trunk/main/writerfilter/source/dmapper/
H A DThemeTable.hxx54 virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
H A DSettingsTable.hxx70 virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
H A DFontTable.hxx80 virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
H A DStyleSheetTable.hxx109 virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
H A DGraphicImport.hxx102 virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java373 final Integer pos = (Integer) paramDef.parameterIndex.get(i); in fillParameter() local
374 para.setObject(pos + 1, object); in fillParameter()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx451 size_t pos = reinterpret_cast< size_t >( pSelected->GetUserData() ); in IMPL_LINK() local
452 const ExceptionDisplayInfo& aExceptionInfo( m_aExceptions[ pos ] ); in IMPL_LINK()
/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx526 int pos = path_make_parent(dir_path); in create_dir_recursively_() local
534 dir_path[pos] = '/'; in create_dir_recursively_()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx334 xub_StrLen pos = lcl_getMinPos( fieldEndPos, fieldStartPos ); in SearchNext() local
335 pos = lcl_getMinPos( pos, formElementPos ); in SearchNext()
337 if (pos!=STRING_NOTFOUND) in SearchNext()
338 nMinPos=pos; in SearchNext()
/trunk/main/i18npool/inc/
H A Dbreakiterator_ctl.hxx55 …virtual void SAL_CALL makeIndex(const rtl::OUString& text, sal_Int32 pos) throw(com::sun::star::un…
H A Dxdictionary.hxx83 sal_Bool seekSegment(const rtl::OUString& rText, sal_Int32 pos, Boundary& boundary);
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.hxx103 void entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
H A DWW8Analyzer.hxx65 virtual void entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx330 sal_Int32 pos = br.getLength(); in toCppNames() local
332 br.insert(pos, static_cast< char >('a' + (n % 26))); in toCppNames()
/trunk/main/connectivity/source/inc/java/sql/
H A DClob.hxx52 …virtual ::rtl::OUString SAL_CALL getSubString( sal_Int64 pos, sal_Int32 length ) throw(::com::sun:…
H A DBlob.hxx52 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes( sal_Int64 pos, sal_Int32 le…
/trunk/main/writerfilter/inc/resourcemodel/
H A DProtocol.hxx89 virtual void entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
/trunk/main/xml2cmp/source/support/
H A Dsistr.hxx85 int pos,
/trunk/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx39 …virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL getBytes( ::sal_Int64 pos, ::sal_In…
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx490 sal_Int32 pos = 0; in getElementNames() local
494 pret[pos++] = iPos->first; in getElementNames()
/trunk/main/winaccessibility/inc/
H A DAccObject.hxx97 void InsertChild( AccObject* pChild,short pos = LAST_CHILD);
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m159 uLong pos_in_central_dir; /* pos of the current file in the central dir*/
1564 extern int ZEXPORT unzSetOffset (file, pos)
1566 uLong pos;
1575 s->pos_in_central_dir = pos;
H A Dunzip.h365 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos);
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx175 SAL_DLLPRIVATE int toNamespaceId(NamespaceIris::size_type pos);

Completed in 119 milliseconds

1...<<11121314151617