Home
last modified time | relevance | path

Searched refs:r (Results 401 – 425 of 762) sorted by relevance

1...<<11121314151617181920>>...31

/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java93 BufferedReader r in pipe() local
97 String s = r.readLine(); in pipe()
/trunk/main/basctl/source/basicide/
H A Dbastype2.hxx59 BasicEntry( const BasicEntry& r ) { m_eType = r.m_eType; } in BasicEntry() argument
/trunk/main/sw/inc/
H A Dndgrf.hxx181 void ApplyNewEmbeddedStreamName( const String& r ) in ApplyNewEmbeddedStreamName() argument
183 maGrfObj.SetUserData( r ); in ApplyNewEmbeddedStreamName()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4378 sal_Int32 l, o, r, u; in ImportShape() local
4379 rSt >> l >> o >> r >> u; in ImportShape()
4382 Scale( r ); in ImportShape()
4389 double fWidth = r - l; in ImportShape()
4996 sal_Int32 l, t, r, b; in GetGlobalChildAnchor() local
5009 Scale( r ); in GetGlobalChildAnchor()
5026 sal_Int32 l, o, r, u; in GetGlobalChildAnchor() local
5027 rSt >> l >> o >> r >> u; in GetGlobalChildAnchor()
5030 Scale( r ); in GetGlobalChildAnchor()
5066 sal_Int32 l, o, r, u; in GetGroupAnchors() local
[all …]
H A Descherex.cxx2783 sal_Int32 r, nrCount = aExtrusionPropSeq.getLength(); in CreateCustomShapeProperties() local
2784 for ( r = 0; r < nrCount; r++ ) in CreateCustomShapeProperties()
2786 const beans::PropertyValue& rrProp = aExtrusionPropSeq[ r ]; in CreateCustomShapeProperties()
3119 sal_Int32 r, nrCount = aPathPropSeq.getLength(); in CreateCustomShapeProperties() local
3120 for ( r = 0; r < nrCount; r++ ) in CreateCustomShapeProperties()
3122 const beans::PropertyValue& rrProp = aPathPropSeq[ r ]; in CreateCustomShapeProperties()
3408 sal_Int32 r, nrCount = aTextPathPropSeq.getLength(); in CreateCustomShapeProperties() local
3409 for ( r = 0; r < nrCount; r++ ) in CreateCustomShapeProperties()
3411 const beans::PropertyValue& rrProp = aTextPathPropSeq[ r ]; in CreateCustomShapeProperties()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx1845 sal_Bool ScDPDataMember::IsNamedItem( /*const ScDPItemData& r*/SCROW r ) const in IsNamedItem()
1848 return pResultMember->IsNamedItem(r); in IsNamedItem()
3858 pair<DimMemberType::iterator, bool> r = maDimensions.insert( in addVisibleMember() local
3861 if (!r.second) in addVisibleMember()
3865 itr = r.first; in addVisibleMember()
3919 size_t ScDPResultVisibilityData::MemberHash::operator() (const ScDPItemData& r) const in operator ()()
3921 if (r.IsValue()) in operator ()()
3922 return static_cast<size_t>(::rtl::math::approxFloor(r.GetValue())); in operator ()()
3924 return rtl_ustr_hashCode_WithLength(r.GetString().GetBuffer(), r.GetString().Len()); in operator ()()
/trunk/main/sc/inc/
H A Dchgtrack.hxx294 void SetUser( const String& r ) { aUser = r; } in SetUser() argument
1338 void SetModifiedLink( const Link& r ) in SetModifiedLink() argument
1339 { aModifiedLink = r; ClearMsgQueue(); } in SetModifiedLink()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx183 r in ReadThroughComponent() local
189 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
190 aError += ByteString::CreateFromInt32( r.LineNumber ); in ReadThroughComponent()
192 aError += ByteString::CreateFromInt32( r.ColumnNumber ); in ReadThroughComponent()
/trunk/main/stlport/systemstl/
H A Dfunctional33 namespace std{ template<class _T> void _Swap_adl(_T& l, _T& r) {swap(l,r);} }
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Destonian.lm15 r 1429
152 är 205
H A Dczech.lm11 r 2754
186 rá 184
H A Dfinnish.lm17 r 1827
213 är 193
H A Dgerman.lm5 r 6830
260 ür 213
H A Dirish_gaelic.lm6 r 968
266 rí 38
H A Dlithuanian.lm9 r 3240
265 ró 129
/trunk/main/cppu/inc/com/sun/star/uno/
H A DReference.h519 inline T * get_pointer( Reference<T> const& r ) in get_pointer() argument
521 return r.get(); in get_pointer()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx4214 if ( r.In( aNewRef ) ) in UpdateReference()
4217 r, nDx, nDy, nDz, in UpdateReference()
4311 aPos, r, nDx, nDy, nDz, in UpdateReference()
4325 aPos, r, nDx, nDy, nDz, in UpdateReference()
4372 r, nDx, nDy, nDz, aMod.Ref() ) in UpdateReference()
4382 if ( r.In( aRef ) != bPosInRange ) in UpdateReference()
4401 r, nDx, nDy, nDz, rRef ) in UpdateReference()
4423 if ( r.In( aRef ) != bPosInRange ) in UpdateReference()
4445 const ScRange& r, in UpdateNameReference() argument
4481 if (ScRefUpdate::Update( pDoc, eUpdateRefMode, aPos, r, in UpdateNameReference()
[all …]
/trunk/main/nss/
H A Dnss_win.patch1663 Hacl_Bignum_AddAndMultiply_add_and_multiply(uint32_t *acc, uint32_t *block, uint32_t *r)
1696 + uint32_t *r;
1705 - uint32_t *r = scrut.r;
1709 + r = scrut.r;
1710 Hacl_Bignum_AddAndMultiply_add_and_multiply(h, tmp, r);
1899 Hacl_Impl_Poly1305_32_mk_state(uint32_t *r, uint32_t *h)
1901 - return ((Hacl_Impl_Poly1305_32_State_poly1305_state){.r = r, .h = h });
1903 + ret.r = r;
1962 uint32_t *r = buf;
1976 Hacl_Impl_Poly1305_32_State_poly1305_state st = Hacl_Impl_Poly1305_32_mk_state(r, h);
/trunk/extras/l10n/source/gd/
H A Dlocalize.sdf5190 sw source\ui\misc\glosbib.src 0 pushbutton DLG_BIB_BASE PB_RENAME 50 gd Cui~r ainm ùr air 2020…
6741 sw source\ui\index\cnttab.src 0 pageitem DLG_MULTI_TOX.1 TP_TOX_SELECT 0 gd Clàr-amais/Clàr 20…
6755 sw source\ui\index\cnttab.src 0 stringlist TP_TOX_SELECT.LB_TYPE 4 0 gd Clàr-amais nan clàr 20…
7767 sw source\ui\utlui\navipi.src 0 string ST_RENAME 150 gd Cui~r ainm ùr air 20200411 15:09:53
8273 sw source\core\undo\undo.src 0 string STR_INSERT_TOX 0 gd Cuir a-steach clàr-amais/clàr 20200…
8290 sw source\core\undo\undo.src 0 string STR_TOXCHANGE 0 gd Dh'atharraich an clàr/clàr-amais 202…
21057 sfx2 source\menu\menu.src 0 string STR_MENU_CFGITEM 0 gd An clàr-taice rèiteachaidh 20200411 …
69592 cui source\customize\cfg.src 0 string RID_SVXSTR_NEW_MENU 273 gd Clàr-taice ùr %n 20200411 15…
69593 cui source\customize\cfg.src 0 string RID_SVXSTR_NEW_TOOLBAR 273 gd Bàr-inneil ùr %n 20200411…
71947 …BLES_WARNINGS_DETAILS 0 gd Nochd an ceangal ris an stòr-dàta rabhaibhean rè faighinn nan clàr. …
[all …]
/trunk/main/tools/inc/tools/
H A Dbigint.hxx84 BigInt( const SbxINT64 &r );
85 BigInt( const SbxUINT64 &r );
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx295 InsertRC r = m_entries.insert( t_string2string_map::value_type(key,value)); in add() local
296 m_bIsDirty = r.second; in add()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx224 sal_Int32 r = l + (*aIter)->maSize.Width; in addChildren() local
228 if ( nGlobalRight < r ) in addChildren()
229 nGlobalRight = r; in addChildren()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleObjectFactory.java101 WeakReference r = (WeakReference) objectList.get(oid); in getAccessibleComponent() local
102 if(r != null) { in getAccessibleComponent()
103 c = (java.awt.Component) r.get(); in getAccessibleComponent()
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx490 Runtime r; in isInterface() local
492 return PyLong_FromLong( isInterfaceClass( r, obj ) ); in isInterface()
494 return PyInt_FromLong( isInterfaceClass( r, obj ) ); in isInterface()
/trunk/main/filter/source/t602/
H A Dt602filter.cxx137 …rtFilter(const ::com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory > &r ) : in T602ImportFilter() argument
138 mxMSF( r ) {} in T602ImportFilter()
937 …erDialog(const ::com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory > &r ) : in T602ImportFilterDialog() argument
938 mxMSF( r ), mpResMgr( NULL ) {} in T602ImportFilterDialog()

Completed in 1101 milliseconds

1...<<11121314151617181920>>...31