Home
last modified time | relevance | path

Searched refs:pos (Results 176 – 200 of 412) sorted by relevance

12345678910>>...17

/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.hxx65 AWindow(LPCTSTR strName, RECT pos, BOOL mta=FALSE): m_isMTA( mta) in AWindow() argument
67 Create(0, pos, strName); in AWindow()
H A DdndTest.cxx158 RECT pos={0, 406, 300, 605}; in MTAFunc() local
159 AWindow win(_T("DnD, full MTA"), GetCurrentThreadId(), pos, false, true); in MTAFunc()
/trunk/main/extensions/source/macosx/spotlight/
H A Dioapi.h84 #define ZSEEK(filefunc,filestream,pos,mode) ((*((filefunc).zseek_file))((filefunc).opaque,filestrea… argument
/trunk/main/toolkit/src2xml/source/
H A Dsrclexer.py379 pos = buf.find(' ')
380 if pos >= 0:
381 buf = buf[:pos]
/trunk/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx360 …CreationListeners::iterator pos = ::std::find( m_aCreationListeners.begin(), m_aCreationListeners.… in revokeCreationListener() local
361 if ( pos != m_aCreationListeners.end() ) in revokeCreationListener()
362 m_aCreationListeners.erase( pos ); in revokeCreationListener()
/trunk/main/svx/inc/svx/
H A Dlangbox.hxx113 sal_uInt16 InsertLanguage (LanguageType const type, sal_uInt16 pos=LISTBOX_APPEND);
114 …sal_uInt16 InsertLanguage (LanguageType const type, bool checkEntry, sal_uInt16 pos=LISTBOX_APPEND…
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.hxx83 const ::com::sun::star::geometry::IntegerPoint2D& pos );
87 const ::com::sun::star::geometry::IntegerPoint2D& pos );
H A Ddx_bitmapcanvashelper.hxx114 const ::com::sun::star::geometry::IntegerPoint2D& pos );
118 const ::com::sun::star::geometry::IntegerPoint2D& pos );
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx539 void SetEntryData (sal_uInt16 pos, void* data);
540 void* GetEntryData (sal_uInt16 pos) const;
649 void InsertPage (sal_uInt16 id, rtl::OUString const& title, sal_uInt16 pos=TAB_APPEND);
652 sal_uInt16 GetPageId (sal_uInt16 pos) const;
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx1064 for( std::size_t pos = maHyperlinkRegions.size(); pos--; ) in getHyperlinkRegions() local
1067 HyperlinkIndexPair const& rIndices = maHyperlinkIndices[pos]; in getHyperlinkRegions()
1071 maHyperlinkRegions[pos].first = region; in getHyperlinkRegions()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx850 sal_Int32 pos; in ProcessAttrList() local
851 for( pos = 0; pos < nLen; pos++ ) in ProcessAttrList()
853 sal_Unicode c = rAttrValue[pos]; in ProcessAttrList()
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx427 xub_StrLen pos = ::std::max(static_cast<const sal_Int32>(0), i_nStartPos); in lcl_FillFieldMarkArray() local
428 while ((pos = pTxtNode->GetTxt().SearchChar(fld, pos)) != STRING_NOTFOUND) in lcl_FillFieldMarkArray()
430 rFieldMarks.push_back(pos); in lcl_FillFieldMarkArray()
431 ++pos; in lcl_FillFieldMarkArray()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java71 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes() argument
73 return jdbcBlob.getBytes(pos, length); in getBytes()
H A DJavaSQLClob.java71 public String getSubString(long pos, int length) throws SQLException { in getSubString() argument
73 return jdbcClob.getSubString(pos, length); in getSubString()
/trunk/main/writerfilter/inc/resourcemodel/
H A DLoggedResources.hxx115 void entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
118 virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref) = 0;
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx417 sal_Int32 pos = type->pMapFunctionIndexToMemberIndex[functionIndex]; in vtableCall() local
418 css::uno::TypeDescription desc(type->ppAllMembers[pos]); in vtableCall()
421 if (type->pMapMemberIndexToFunctionIndex[pos] == functionIndex) { in vtableCall()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx232 int pos = offset / 8; in classify_argument() local
233 classes[i + pos] = merge_classes( subclasses[i], classes[i + pos] ); in classify_argument()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx232 int pos = offset / 8; in classify_argument() local
233 classes[i + pos] = merge_classes( subclasses[i], classes[i + pos] ); in classify_argument()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx232 int pos = offset / 8; in classify_argument() local
233 classes[i + pos] = merge_classes( subclasses[i], classes[i + pos] ); in classify_argument()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java204 public void seek(long pos) throws IOException { in seek() argument
205 actOff = (int)pos; in seek()
/trunk/main/connectivity/source/drivers/jdbc/
H A DClob.cxx76 ::rtl::OUString SAL_CALL java_sql_Clob::getSubString( sal_Int64 pos, sal_Int32 subStringLength ) th… in getSubString() argument
88 jstring out = (jstring)t.pEnv->CallObjectMethod( object, mID,pos,subStringLength); in getSubString()
H A DBlob.cxx77 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL java_sql_Blob::getBytes( sal_Int64 pos, sal_In… in getBytes() argument
89 jbyteArray out = (jbyteArray)t.pEnv->CallObjectMethod( object, mID,pos,count); in getBytes()
/trunk/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx64 pos; member
84 pos; member
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DParagraph.java69 int pos = at.getCaretPosition(); in handleVisibleDataChanged() local
73 new Integer(-1), new Integer(pos)); in handleVisibleDataChanged()
/trunk/main/cui/source/customize/
H A Dselector.cxx630 for ( sal_Int32 pos = moduleDescr.getLength(); pos--; ) in GetImage() local
632 if (pmoduleDescr[ pos ].Name.equalsAsciiL( in GetImage()
636 pmoduleDescr[ pos ].Value >>= factoryURL; in GetImage()

Completed in 204 milliseconds

12345678910>>...17