Home
last modified time | relevance | path

Searched refs:pos (Results 201 – 225 of 412) sorted by relevance

12345678910>>...17

/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx785 for ( sal_Int32 pos = supported_services.getLength(); pos--; ) in supportsService() local
787 if (ar[ pos ].equals( serviceName )) in supportsService()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.hxx187 void checkIndex(sal_Int32 pos) const;
263 virtual void select( sal_Int32 pos );
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java1064 int pos = -1; in getParentDir() local
1066 while ((pos = url.indexOf("/", pos + 1)) > -1) in getParentDir()
1068 lastPos = pos; in getParentDir()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java602 Point pos = new Point(); in makeWindowPositionRage() local
606 pos.x = screenDim.width / 2; in makeWindowPositionRage()
607 pos.y = screenDim.height / 2; in makeWindowPositionRage()
608 windowMaxPosition = pos; in makeWindowPositionRage()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XListBox.java319 short pos = oObj.getSelectedItemPos() ; in _getSelectedItemPos() local
321 result = pos == 1 ; in _getSelectedItemPos()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java65 int pos = ta.getCaretPosition(); in update() local
68 ta.setCaretPosition(pos); in update()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx1282 for ( sal_Int32 pos = 0; pos < extensions.getLength(); ++pos ) in reinstallDeployedExtensions() local
1286 const OUString id = dp_misc::getIdentifier(extensions[ pos ]); in reinstallDeployedExtensions()
1287 const OUString fileName = extensions[ pos ]->getName(); in reinstallDeployedExtensions()
/trunk/main/oox/source/dump/
H A Doledumper.ini461 0x00000010=image-pos
504 0x0000000001000000=image-pos
547 0x00000010=image-pos
721 0x00000100=pos
821 0x00001000=scroll-pos
/trunk/main/winaccessibility/source/service/
H A DAccObject.cxx100 void AccObject::InsertChild( AccObject* pChild,short pos ) in InsertChild() argument
107 if(LAST_CHILD==pos) in InsertChild()
113 std::vector<AccObject*>::iterator iter=m_childrenList.begin()+pos; in InsertChild()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx463 for ( sal_uInt16 pos = 0; pos < rList.GetEntryCount(); ++pos ) in ImplSelectChannel() local
465 …ChannelId = static_cast< DbgChannelId >( reinterpret_cast<sal_IntPtr>(rList.GetEntryData( pos )) ); in ImplSelectChannel()
468 rList.SelectEntryPos( pos ); in ImplSelectChannel()
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c124 extern int $$pos; /* TRUE on PRO-350 P/OS */ in setincdirs()
127 if ($$pos) { /* P/OS? */ in setincdirs()
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx299 ColumnModels::iterator pos = m_pImpl->aColumns.begin() + i_position; in removeColumn() local
300 const PColumnModel pColumn = *pos; in removeColumn()
301 m_pImpl->aColumns.erase( pos ); in removeColumn()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx150 int pos = 0; in ConvertGuid() local
153 convertedGuid += Invert(std::_tstring(part.c_str() + pos, 2)); in ConvertGuid()
154 pos += 2; in ConvertGuid()
/trunk/main/offapi/com/sun/star/rendering/
H A DXIeeeDoubleReadOnlyBitmap.idl110 @param pos
120 …[out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIeeeFloatReadOnlyBitmap.idl109 @param pos
119 …[out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIeeeDoubleBitmap.idl118 @param pos
129 … [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIeeeFloatBitmap.idl118 @param pos
129 … [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx172 XMLChildNode *pChild , int pos /// the new child
219 virtual void SearchL10NElements( XMLParentNode *pCur, int pos = 0 );
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx77 sal_Int32 pos = 0; in getName() local
78 sName = sName.getToken(0,'-',pos); in getName()
/trunk/main/vigra/
H A Dvigra1.6.0.patch51 + difference_type pos = p - begin();
57 + std::uninitialized_copy(i, iend, new_data + pos);
58 + std::uninitialized_copy(p, end(), new_data + pos + n);
63 + else if(pos + n >= size_)
65 + size_type diff = pos + n - size_;
72 + size_type diff = size_ - (pos + n);
78 + return begin() + pos;
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx708 if ( aElementToken == A_TOKEN( pos ) ) in createFastChildContext()
709 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, mrAdjustHandle.pos ); … in createFastChildContext()
762 if ( aElementToken == A_TOKEN( pos ) ) in createFastChildContext()
763 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, mrAdjustHandle.pos ); … in createFastChildContext()
829 if ( aElementToken == A_TOKEN( pos ) ) in createFastChildContext()
830 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, mrConnectionSite.pos )… in createFastChildContext()
H A Dcustomshapeproperties.cxx298 aHandle[ PROP_Position ] <<= maAdjustHandleList[ i ].pos; in pushToPropSet()
313 aHandle[ PROP_Position ] <<= maAdjustHandleList[ i ].pos; in pushToPropSet()
/trunk/main/xmlreader/source/
H A Dxmlreader.cxx1044 int XmlReader::toNamespaceId(NamespaceIris::size_type pos) { in toNamespaceId() argument
1045 OSL_ASSERT(pos <= INT_MAX); in toNamespaceId()
1046 return static_cast< int >(pos); in toNamespaceId()
/trunk/main/canvas/inc/canvas/rendering/
H A Dbitmap.hxx97 const ::com::sun::star::geometry::IntegerPoint2D& pos );
101 const ::com::sun::star::geometry::IntegerPoint2D& pos );
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx89 rtl::OUString getReleaseNote(const UpdateInfo& rInfo, sal_uInt8 pos, bool autoDownloadEnabled) in getReleaseNote() argument
94 if( pos == iter->Pos ) in getReleaseNote()
96 if( (pos > 2) || !autoDownloadEnabled || ! (iter->URL2.getLength() > 0) ) in getReleaseNote()
99 … else if( (pos == iter->Pos2) && ((1 == iter->Pos) || (2 == iter->Pos)) && autoDownloadEnabled ) in getReleaseNote()

Completed in 401 milliseconds

12345678910>>...17