Home
last modified time | relevance | path

Searched refs:r (Results 101 – 125 of 766) sorted by relevance

12345678910>>...31

/aoo41x/main/sd/source/core/
H A Ddrawdoc.cxx130 : maPresPage( r.maPresPage ), in PresentationSettings()
131 mbAll( r.mbAll ), in PresentationSettings()
132 mbEndless( r.mbEndless ), in PresentationSettings()
133 mbCustomShow( r.mbCustomShow ), in PresentationSettings()
134 mbManual( r.mbManual ), in PresentationSettings()
135 mbMouseVisible( r.mbMouseVisible ), in PresentationSettings()
136 mbMouseAsPen( r.mbMouseAsPen ), in PresentationSettings()
137 mbLockedPages( r.mbLockedPages ), in PresentationSettings()
138 mbAlwaysOnTop( r.mbAlwaysOnTop ), in PresentationSettings()
139 mbFullScreen( r.mbFullScreen ), in PresentationSettings()
[all …]
/aoo41x/main/basic/inc/basic/
H A Dsbxprop.hxx38 SbxProperty( const String& r, SbxDataType t ) in SbxProperty() argument
39 : SbxVariable( t ) { SetName( r ); } in SbxProperty()
40 SbxProperty( const SbxProperty& r ) : SvRefBase( r ), SbxVariable( r ) {} in SbxProperty() argument
41 SbxProperty& operator=( const SbxProperty& r ) in operator =() argument
42 { SbxVariable::operator=( r ); return *this; } in operator =()
H A Dsbxmeth.hxx38 SbxMethod( const String& r, SbxDataType t ) in SbxMethod() argument
39 : SbxVariable( t ) { SetName( r ); } in SbxMethod()
40 SbxMethod( const SbxMethod& r ) : SvRefBase( r ), SbxVariable( r ) {} in SbxMethod() argument
41 SbxMethod& operator=( const SbxMethod& r ) in operator =() argument
42 { SbxVariable::operator=( r ); return *this; } in operator =()
/aoo41x/main/sot/source/sdstor/
H A Dstgstrms.cxx49 StgFAT::StgFAT( StgStrm& r, sal_Bool m ) : rStrm( r ) in StgFAT() argument
313 StgStrm::StgStrm( StgIo& r ) : rIo( r ) in StgStrm() argument
332 r.aEntry.SetLeaf( STG_DATA, nStart ); in SetEntry()
333 r.aEntry.SetSize( nSize ); in SetEntry()
334 pEntry = &r; in SetEntry()
335 r.SetDirty(); in SetEntry()
490 StgFATStrm::StgFATStrm( StgIo& r ) : StgStrm( r ) in StgFATStrm() argument
744 StgDataStrm::StgDataStrm( StgIo& r, sal_Int32 nBgn, sal_Int32 nLen ) : StgStrm( r ) in StgDataStrm() argument
749 StgDataStrm::StgDataStrm( StgIo& r, StgDirEntry& p ) : StgStrm( r ) in StgDataStrm() argument
976 StgSmallStrm::StgSmallStrm( StgIo& r, sal_Int32 nBgn, sal_Int32 nLen ) : StgStrm( r ) in StgSmallStrm() argument
[all …]
/aoo41x/main/libtextcat/data/new_fingerprints/lm/
H A Dswedish.lm6 r 7251
63 ör 720
77 är 625
106r 518
119 _för 447
214r 251
263 år 192
281 rä 176
391 rö 136
/aoo41x/main/sc/source/core/tool/
H A Drefdata.cxx187 sal_Bool ScSingleRefData::operator==( const ScSingleRefData& r ) const in operator ==()
189 return bFlags == r.bFlags && in operator ==()
190 (Flags.bColRel ? nRelCol == r.nRelCol : nCol == r.nCol) && in operator ==()
191 (Flags.bRowRel ? nRelRow == r.nRelRow : nRow == r.nRow) && in operator ==()
192 (Flags.bTabRel ? nRelTab == r.nRelTab : nTab == r.nTab); in operator ==()
195 bool ScSingleRefData::operator!=( const ScSingleRefData& r ) const in operator !=()
197 return !operator==(r); in operator !=()
H A Drangeutl.cxx969 nTab ( r.nTab ), in ScArea()
970 nColStart( r.nColStart ), nRowStart( r.nRowStart ), in ScArea()
971 nColEnd ( r.nColEnd ), nRowEnd ( r.nRowEnd ) in ScArea()
979 nTab = r.nTab; in operator =()
980 nColStart = r.nColStart; in operator =()
981 nRowStart = r.nRowStart; in operator =()
982 nColEnd = r.nColEnd; in operator =()
983 nRowEnd = r.nRowEnd; in operator =()
991 return ( (nTab == r.nTab) in operator ==()
992 && (nColStart == r.nColStart) in operator ==()
[all …]
/aoo41x/main/sc/inc/
H A Ddpsave.hxx63 ScDPSaveMember(const ScDPSaveMember& r);
66 sal_Bool operator== ( const ScDPSaveMember& r ) const;
88 …star::sheet::DataPilotFieldSortInfo &l, const ::com::sun::star::sheet::DataPilotFieldSortInfo &r );
89 …eet::DataPilotFieldAutoShowInfo &l, const ::com::sun::star::sheet::DataPilotFieldAutoShowInfo &r );
90 …ar::sheet::DataPilotFieldReference &l, const ::com::sun::star::sheet::DataPilotFieldReference &r );
120 ScDPSaveDimension(const ScDPSaveDimension& r);
123 sal_Bool operator== ( const ScDPSaveDimension& r ) const;
213 ScDPSaveData(const ScDPSaveData& r);
216 ScDPSaveData& operator= ( const ScDPSaveData& r );
218 sal_Bool operator== ( const ScDPSaveData& r ) const;
H A Duserlist.hxx72 inline ScUserList& operator= ( const ScUserList& r );
73 sal_Bool operator==( const ScUserList& r ) const;
74 inline sal_Bool operator!=( const ScUserList& r ) const;
77 inline ScUserList& ScUserList::operator=( const ScUserList& r ) in operator =() argument
78 { return (ScUserList&)ScCollection::operator=( r ); } in operator =()
83 inline sal_Bool ScUserList::operator!=( const ScUserList& r ) const in operator !=()
84 { return !operator==( r ); } in operator !=()
H A Dvalidat.hxx95 ScValidationData( const ScValidationData& r );
96 ScValidationData( ScDocument* pDocument, const ScValidationData& r );
147 sal_Bool EqualEntries( const ScValidationData& r ) const; // fuer Undo
151 sal_Bool operator ==( const ScValidationData& r ) const { return nKey == r.nKey; } in operator ==()
152 sal_Bool operator < ( const ScValidationData& r ) const { return nKey < r.nKey; } in operator <()
205 sal_Bool operator==( const ScValidationDataList& r ) const; // fuer Ref-Undo
H A Dglobal.hxx472 ScImportParam( const ScImportParam& r );
475 ScImportParam& operator= ( const ScImportParam& r );
476 sal_Bool operator== ( const ScImportParam& r ) const;
811 ScQueryEntry(const ScQueryEntry& r);
818 ScQueryEntry& operator=( const ScQueryEntry& r );
819 sal_Bool operator==( const ScQueryEntry& r ) const;
846 ScSubTotalParam( const ScSubTotalParam& r );
848 ScSubTotalParam& operator= ( const ScSubTotalParam& r );
849 sal_Bool operator== ( const ScSubTotalParam& r ) const;
873 ScConsolidateParam( const ScConsolidateParam& r );
[all …]
/aoo41x/main/pyuno/inc/pyuno/
H A Dpyuno.hxx109 PyRef( const PyRef &r ) : m( r.get() ) { Py_XINCREF( m ); } in PyRef() argument
121 PyRef & operator = ( const PyRef & r ) in operator =() argument
124 m = r.getAcquired(); in operator =()
129 bool operator == ( const PyRef & r ) const in operator ==()
131 return r.get() == m; in operator ==()
159 sal_IntPtr operator () ( const PyRef &r) const { return sal_IntPtr( r.get() ); } in operator ()()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DTable.java274 public int getAccessibleColumnExtentAt(int r, int c) { in getAccessibleColumnExtentAt() argument
276 return unoAccessibleTable.getAccessibleColumnExtentAt(r,c); in getAccessibleColumnExtentAt()
303 unoAccessibleTable.getAccessibleRowDescription(r)); in getAccessibleRowDescription()
315 public int getAccessibleRowExtentAt(int r, int c) { in getAccessibleRowExtentAt() argument
317 return unoAccessibleTable.getAccessibleRowExtentAt(r,c); in getAccessibleRowExtentAt()
367 public boolean isAccessibleRowSelected(int r) { in isAccessibleRowSelected() argument
369 return unoAccessibleTable.isAccessibleRowSelected(r); in isAccessibleRowSelected()
381 public boolean isAccessibleSelected(int r, int c) { in isAccessibleSelected() argument
383 return unoAccessibleTable.isAccessibleSelected(r,c); in isAccessibleSelected()
433 public int getAccessibleIndex(int r, int c) { in getAccessibleIndex() argument
[all …]
H A DTree.java284 public int getAccessibleColumnExtentAt(int r, int c) { in getAccessibleColumnExtentAt() argument
286 return unoAccessibleTable.getAccessibleColumnExtentAt(r,c); in getAccessibleColumnExtentAt()
313 unoAccessibleTable.getAccessibleRowDescription(r)); in getAccessibleRowDescription()
325 public int getAccessibleRowExtentAt(int r, int c) { in getAccessibleRowExtentAt() argument
327 return unoAccessibleTable.getAccessibleRowExtentAt(r,c); in getAccessibleRowExtentAt()
377 public boolean isAccessibleRowSelected(int r) { in isAccessibleRowSelected() argument
379 return unoAccessibleTable.isAccessibleRowSelected(r); in isAccessibleRowSelected()
391 public boolean isAccessibleSelected(int r, int c) { in isAccessibleSelected() argument
393 return unoAccessibleTable.isAccessibleSelected(r,c); in isAccessibleSelected()
443 public int getAccessibleIndex(int r, int c) { in getAccessibleIndex() argument
[all …]
/aoo41x/main/basic/source/sbx/
H A Dsbxobj.cxx70 if( &r != this ) in operator =()
73 aClassName = r.aClassName; in operator =()
78 *pMethods = *r.pMethods; in operator =()
79 *pProps = *r.pProps; in operator =()
80 *pObjs = *r.pObjs; in operator =()
82 pDfltProp = r.pDfltProp; in operator =()
83 SetName( r.GetName() ); in operator =()
84 SetFlags( r.GetFlags() ); in operator =()
720 SbxVariable* pVar = r; in LoadArray()
943 SbxVariable* pVar = r; in Dump()
[all …]
H A Dsbxbase.cxx71 SbxBase::SbxBase( const SbxBase& r ) in SbxBase() argument
72 : SvRefBase( r ) in SbxBase()
75 nFlags = r.nFlags; in SbxBase()
83 SbxBase& SbxBase::operator=( const SbxBase& r ) in operator =() argument
86 nFlags = r.nFlags; in operator =()
398 void SbxInfo::AddParam( const SbxParamInfo& r ) in AddParam() argument
401 ( r.aName, r.eType, r.nFlags, r.aTypeRef ); in AddParam()
/aoo41x/main/xmloff/source/core/
H A Dxmltkmap.cxx58 sal_Bool operator==( const SvXMLTokenMapEntry_Impl& r ) const in operator ==()
60 return nPrefixKey == r.nPrefixKey && in operator ==()
61 sLocalName == r.sLocalName; in operator ==()
64 sal_Bool operator<( const SvXMLTokenMapEntry_Impl& r ) const in operator <()
66 return nPrefixKey < r.nPrefixKey || in operator <()
67 ( nPrefixKey == r.nPrefixKey && in operator <()
68 sLocalName < r.sLocalName); in operator <()
H A Di18nmap.cxx55 sal_Bool operator==( const SvI18NMapEntry_Impl& r ) const in operator ==()
57 return nKind == r.nKind && in operator ==()
58 aName == r.aName; in operator ==()
61 sal_Bool operator<( const SvI18NMapEntry_Impl& r ) const in operator <()
63 return nKind < r.nKind || in operator <()
64 ( nKind == r.nKind && in operator <()
65 aName < r.aName); in operator <()
/aoo41x/main/comphelper/source/xml/
H A Dattributelist.cxx150 …uteList::SetAttributeList( const uno::Reference< ::com::sun::star::xml::sax::XAttributeList > &r ) in SetAttributeList() argument
153 AppendAttributeList( r ); in SetAttributeList()
156 …List::AppendAttributeList( const uno::Reference< ::com::sun::star::xml::sax::XAttributeList > &r ) in AppendAttributeList() argument
158 VOS_ENSURE( r.is(), "r isn't!" ); in AppendAttributeList()
160 sal_Int32 nMax = r->getLength(); in AppendAttributeList()
166 r->getNameByIndex( i ) , in AppendAttributeList()
167 r->getTypeByIndex( i ) , in AppendAttributeList()
168 r->getValueByIndex( i ))); in AppendAttributeList()
/aoo41x/main/sw/source/filter/xml/
H A Dswxml.cxx210 catch( xml::sax::SAXParseException& r ) in ReadThroughComponent() local
239 String sErr( String::CreateFromInt32( r.LineNumber )); in ReadThroughComponent()
241 sErr += String::CreateFromInt32( r.ColumnNumber ); in ReadThroughComponent()
258 catch( xml::sax::SAXException& r) in ReadThroughComponent() local
261 if ( r.WrappedException >>= aBrokenPackage ) in ReadThroughComponent()
275 catch( packages::zip::ZipIOException& r) in ReadThroughComponent() local
277 (void)r; in ReadThroughComponent()
285 catch( io::IOException& r) in ReadThroughComponent() local
287 (void)r; in ReadThroughComponent()
295 catch( uno::Exception& r) in ReadThroughComponent() local
[all …]
/aoo41x/main/extensions/test/stm/
H A Dpipetest.cxx249 void OPipeTest::testSimple( const XInterfaceRef &r ) in testSimple() argument
252 XInputStreamRef input( r , USR_QUERY ); in testSimple()
253 XOutputStreamRef output( r , USR_QUERY ); in testSimple()
316 void OPipeTest::testBufferResizing( const XInterfaceRef &r ) in testBufferResizing() argument
320 XInputStreamRef input( r , USR_QUERY ); in testBufferResizing()
321 XOutputStreamRef output( r , USR_QUERY ); in testBufferResizing()
351 void OPipeTest::testMultithreading( const XInterfaceRef &r ) in testMultithreading() argument
357 XInputStreamRef input( r , USR_QUERY ); in testMultithreading()
358 XOutputStreamRef output( r , USR_QUERY ); in testMultithreading()
/aoo41x/main/vcl/source/gdi/
H A Dmetric.cxx67 bool ImplFontMetric::operator==( const ImplFontMetric& r ) const in operator ==()
69 if( mnMiscFlags != r.mnMiscFlags ) in operator ==()
71 if( mnAscent != r.mnAscent ) in operator ==()
73 if( mnDescent != r.mnDescent ) in operator ==()
75 if( mnIntLeading != r.mnIntLeading ) in operator ==()
77 if( mnExtLeading != r.mnExtLeading ) in operator ==()
79 if( mnSlant != r.mnSlant ) in operator ==()
/aoo41x/main/io/test/stm/
H A Dpipetest.cxx246 void OPipeTest::testSimple( const Reference < XInterface > &r ) in testSimple() argument
249 Reference< XInputStream > input( r , UNO_QUERY ); in testSimple()
250 Reference < XOutputStream > output( r , UNO_QUERY ); in testSimple()
331 void OPipeTest::testBufferResizing( const Reference < XInterface > &r ) in testBufferResizing() argument
335 Reference< XInputStream > input( r , UNO_QUERY ); in testBufferResizing()
336 Reference < XOutputStream > output( r , UNO_QUERY ); in testBufferResizing()
367 void OPipeTest::testMultithreading( const Reference < XInterface > &r ) in testMultithreading() argument
373 Reference< XInputStream > input( r , UNO_QUERY ); in testMultithreading()
374 Reference < XOutputStream > output( r , UNO_QUERY ); in testMultithreading()
/aoo41x/extras/l10n/source/tr/
H A Dlocalize.sdf15595rücüleri için komut satırı şu şekilde çalıştırılır: yazdırılan her belge için komut satırındaki "(…
15670rücüleri için komut satırı şu şekilde çalıştırılır: yazdırılan her belge için komut satırındaki "(…
24655 …000.xhp 0 help par_id3154931 233 0 tr Satır/sütün boyutunu sağdaki/alttaki hücre kenarından artı
24657 …000.xhp 0 help par_id3150772 236 0 tr Satır/sütün boyutunu sağdaki/alttaki hücre kenarından artı
25284 …924 0 tr %PRODUCTNAME eski sürümleri perpektif görünümün yeni sürümdeki gibi, yüzde olarak görü…
38799r sonlandır ekleme\</bookmark_value\>\<bookmark_value\>satır sonlandır; ekleme\</bookmark_value\>\…
40817rü\</emph\> (isteğe bağlı). Eğer Doğru_türü = 0 ise, sıfır noktasından geçen çizgiler hesaplanır. …
40943r\</emph\> (isteğe bağlı) bir değer döndürmek için, başvuru aralığının satır indisini gösterir. Sı…
42726 …>Tür\</emph\> (isteğe bağlı) dönemsel ödemelerin tarihine bağlıdır. Tür=1 ödeme vade başlangıcında…
43467 …\<emph\>Tür\</emph\>gerçekleştirilecek t-sınaması türüdür. Tür 1 çift demektir. Tür 2 iki örnek an…
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dexctools.cxx284 void ExcScenarioCell::SetValue( const String& r ) in SetValue() argument
286 aValue = r; in SetValue()
366 ScDocument& r = rRoot.GetDoc(); in Apply() local
371 if( !r.InsertTab( nNewTab, aSzenName ) ) in Apply()
374 r.SetScenario( nNewTab, sal_True ); in Apply()
376r.SetScenarioData( nNewTab, *pComment, COL_LIGHTGRAY, /*SC_SCENARIO_SHOWFRAME|*/SC_SCENARIO_COPYAL… in Apply()
384 r.ApplyFlagsTab( nCol, nRow, nCol, nRow, nNewTab, SC_MF_SCENARIO ); in Apply()
386 r.SetString( nCol, nRow, nNewTab, aVal ); in Apply()
392 r.SetActiveScenario( nNewTab, sal_True ); in Apply()

Completed in 2196 milliseconds

12345678910>>...31