Home
last modified time | relevance | path

Searched refs:r (Results 176 – 200 of 762) sorted by relevance

12345678910>>...31

/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.rc94 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
95 "#include ""windows.h""\r\n"
96 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
97 "#include ""resource.h""\r\n"
103 "\r\n"
/trunk/extras/l10n/source/de/
H A Dlocalize.sdf4314r Daten in diesem Feld an.\n\nFür Dezimal-Felder ist das die maximale Länge der eingegebenen Zahl,…
13002 …0 de Typ des Betriebsystems. \<br/\>"WNT" für Microsoft Windows \<br/\>"LINUX" für Linux \<br/\>"S…
20899r unser Beispiel legen Sie nun zwei Zellvorlagen für Ihre Zahlen an: eine Vorlage für alle Werte, …
21516 …abe ist der Wert für r². Siehe \<link href=\"text/scalc/01/04060107.xhp#Section8\"\>RGP\</link\>-F…
26451 …e Dieser Befehl ist nur für Zeichnungsobjekte verfügbar, die Text enthalten können, zum Beispiel f…
27395 … 0 de Hier stellen Sie die AutoKorrektur-Optionen für Anführungszeichen und für Optionen, die fü
34084r Zuhörer\</emph\> geben Sie den Dateinamen für das HTML-Dokument für die Zuhörer an. Im Eingabefe…
39714 …help hid=\".\"\>Legt die Sicherheitsoptionen für das Sichern eines Dokumentes, für Webverbindungen…
50532 …r_id9936216 0 de Sie können die Einzüge für den aktuellen Absatz, für alle ausgewählten Absätze…
58153 …5 0 de Periode. Die Periode, für die die Zinseszinsen berechnet werden. P = 1 heißt für die erst…
[all …]
/trunk/main/desktop/win32/source/QuickStart/
H A DOOQuickStart.rc99 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
100 "#include ""windows.h""\r\n"
101 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
102 "#include ""resource.h""\r\n"
108 "\r\n"
/trunk/main/desktop/win32/source/QuickStart/so/
H A DQuickStart.rc99 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
100 "#include ""windows.h""\r\n"
101 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
102 "#include ""resource.h""\r\n"
108 "\r\n"
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.java39 for (NamedRequest r : requests) { in addRequest()
40 if (r.getName().equals(request.getName())) { in addRequest()
41 r.merge(request); in addRequest()
109 for (String r : runnableClasses) { in main()
111 ((Runnable) Class.forName(r).newInstance()).run(); in main()
/trunk/main/sc/source/core/data/
H A Dtabbgcolor.cxx50 ScUndoTabColorInfo::ScUndoTabColorInfo(const ScUndoTabColorInfo& r) : in ScUndoTabColorInfo() argument
51 mnTabId(r.mnTabId), in ScUndoTabColorInfo()
52 maOldTabBgColor(r.maOldTabBgColor), in ScUndoTabColorInfo()
53 maNewTabBgColor(r.maNewTabBgColor) in ScUndoTabColorInfo()
/trunk/main/sax/test/sax/
H A Dtestsax.cxx87 void testSimple( const Reference < XParser > &r );
88 void testNamespaces( const Reference < XParser > &r );
89 void testFile( const Reference < XParser > &r );
255 Reference< XInputStream > r; in createStreamFromFile() local
265 r = createStreamFromSequence( seqIn , xSMgr ); in createStreamFromFile()
268 return r; in createStreamFromFile()
288 TestDocumentHandler( const Reference < XMultiServiceFactory > &r , sal_Bool bPrint ) in TestDocumentHandler() argument
290 m_xSMgr = r; in TestDocumentHandler()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx149 void testSimple( const XParserRef &r );
150 void testNamespaces( const XParserRef &r );
151 void testFile( const XParserRef &r );
317 XInputStreamRef r; in createStreamFromFile() local
327 r = createStreamFromSequence( seqIn , xSMgr ); in createStreamFromFile()
330 return r; in createStreamFromFile()
353 TestDocumentHandler( XMultiServiceFactoryRef &r , BOOL bPrint ) in TestDocumentHandler() argument
355 m_xSMgr = r; in TestDocumentHandler()
/trunk/main/xmloff/inc/xmloff/
H A DPropertySetInfoHash.hxx33 inline size_t operator()( const PropertySetInfoKey& r ) const;
39 const PropertySetInfoKey& r ) const in operator ()()
42 (const sal_Int32*)r.aImplementationId.getConstArray(); in operator ()()
47 return (size_t)nId32 ^ (size_t)r.xPropInfo.get(); in operator ()()
/trunk/main/formula/inc/formula/
H A Dintruref.hxx45 inline SimpleIntrusiveReference( const SimpleIntrusiveReference& r ) in SimpleIntrusiveReference() argument
47 p = r.p; in SimpleIntrusiveReference()
79 inline SimpleIntrusiveReference& operator=( const SimpleIntrusiveReference& r ) in operator =() argument
81 *this = r.p; in operator =()
/trunk/main/i18nutil/source/utility/
H A Dunicode.cxx335 static sal_Int16 r = 0x00; in getUnicodeType() local
337 if (ch == c) return r; in getUnicodeType()
341 return r = (sal_Int16)((address < UnicodeTypeNumberBlock) ? UnicodeTypeBlockValue[address] : in getUnicodeType()
348 static sal_uInt8 r = 0x00; in getUnicodeDirection() local
350 if (ch == c) return r; in getUnicodeDirection()
354 return r = ((address < UnicodeDirectionNumberBlock) ? UnicodeDirectionBlockValue[address] : in getUnicodeDirection()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h369 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & r )
463 const ::com::sun::star::uno::Reference < ::com::sun::star::uno::XInterface > &r ) in addListener()
470 aLC.addInterface( key , r ); in addListener()
478 const ::com::sun::star::uno::Reference < ::com::sun::star::uno::XInterface > & r ) in removeListener()
484 aLC.removeInterface( key , r ); in removeListener()
573 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & r )
/trunk/main/svx/source/table/
H A Dtablecolumn.cxx90 TableColumn& TableColumn::operator=( const TableColumn& r ) in operator =() argument
92 mnWidth = r.mnWidth; in operator =()
93 mbOptimalWidth = r.mbOptimalWidth; in operator =()
94 mbIsVisible = r.mbIsVisible; in operator =()
95 mbIsStartOfNewPage = r.mbIsStartOfNewPage; in operator =()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dwelsh.lm7 r 13869
63 'r 1655
212 o'r 586
368 i'r 326
395 _o'r 300
/trunk/main/sc/inc/
H A Ddetdata.hxx66 int operator== ( const ScDetOpData& r ) const in operator ==()
67 { return eOperation == r.eOperation && aPos == r.aPos; } in operator ==()
93 sal_Bool operator==( const ScDetOpList& r ) const; // fuer Ref-Undo
H A Dcell.hxx375 sal_Bool HasOneReference( ScRange& r ) const;
389 const ScRange& r,
471 void SetHybridString( const String& r ) in SetHybridString() argument
472 { aResult.SetHybridString( r); } in SetHybridString()
477 void SetHybridFormula( const String& r, in SetHybridFormula() argument
479 { aResult.SetHybridFormula( r); eTempGrammar = eGrammar; } in SetHybridFormula()
/trunk/main/sc/source/core/inc/
H A Dadiasync.hxx82 sal_Bool operator < ( const ScAddInAsync& r ) { return nHandle < r.nHandle; } in operator <() argument
83 sal_Bool operator ==( const ScAddInAsync& r ) { return nHandle == r.nHandle; } in operator ==() argument
/trunk/main/xmloff/inc/
H A DStyleMap.hxx51 inline size_t operator()( const StyleNameKey_Impl& r ) const;
56 inline size_t StyleNameHash_Impl::operator()( const StyleNameKey_Impl& r ) const in operator ()()
58 return static_cast< size_t >( r.m_nFamily ) + in operator ()()
59 static_cast< size_t >( r.m_aName.hashCode() ); in operator ()()
/trunk/main/toolkit/src2xml/source/
H A Dsrc2xml.py195 s = re.sub ('(</?)([a-z]+)-([a-z]+)-([a-z]+)', r'\1\2\3\4', s)
196 s = re.sub ('(</?)([a-z]+)-([a-z]+)', r'\1\2\3', s)
197 …ore|ok|push|more|no|radio|reset|retry|yes)button|(fixed(info|text)))[^>]*) text=', r'\1 label=', s)
199 s = re.sub (' (label|text|title)="', r' _\1="', s)
200 s = re.sub ('&([^m][^p]*[^;]*)', r'&amp;\1', s)
/trunk/main/io/source/acceptor/
H A Dacceptor.cxx144 Reference< XConnection > r; in accept() local
254 r = m_pPipe->accept(); in accept()
258 r = m_pSocket->accept(); in accept()
262 r = _xAcceptor->accept(sConnectionDescription); in accept()
265 return r; in accept()
/trunk/main/io/source/connector/
H A Dconnector.cxx101 Reference< XConnection > r; in connect() local
113 r = Reference < XConnection > ( (XConnection * ) pConn ); in connect()
165 r = Reference< XConnection > ( (XConnection * ) pConn ); in connect()
189 r = xConnector->connect(sConnectionDescription.copy(index + 1).trim()); in connect()
191 return r; in connect()
/trunk/main/bean/qa/complex/bean/
H A DWriterFrame.java148 Rectangle r = getBounds(); in getClientArea() local
149 Rectangle rc = new Rectangle(r.x + i.left, r.y + i.top, in getClientArea()
150 r.width - i.left - i.right, in getClientArea()
151 r.height - i.top - i.bottom); in getClientArea()
/trunk/main/cppuhelper/source/
H A Dstdidlclass.cxx214 Reference < XIdlClass > r = weakRef; in getIdlClasses() local
216 if( ! r.is() ) { in getIdlClasses()
218 r = ::cppu::createStandardClass( in getIdlClasses()
227 weakRef = r; in getIdlClasses()
230 return Sequence < Reference < XIdlClass > > ( &r , 1 ); in getIdlClasses()
/trunk/main/sw/source/core/access/
H A Daccfrmobjslist.hxx61 inline sal_Bool operator==( const SwAccessibleChildSList_const_iterator& r ) const in operator ==()
63 return aCurr == r.aCurr; in operator ==()
67 const SwAccessibleChildSList_const_iterator& r ) const in operator !=()
69 return !(*this == r); in operator !=()
/trunk/main/o3tl/qa/
H A Dcow_wrapper_clients.hxx51 void swap( cow_wrapper_client1& r ) { o3tl::swap(maImpl, r.maImpl); } in swap() argument
83 void swap( cow_wrapper_client2& r );
112 void swap( cow_wrapper_client3& r );

Completed in 1164 milliseconds

12345678910>>...31