Home
last modified time | relevance | path

Searched refs:t (Results 226 – 250 of 989) sorted by last modified time

12345678910>>...40

/trunk/main/xmloff/source/chart/
H A DPropertyMap.hxx90 …efine MAP_ENTRY( a, ns, nm, t ) { a, sizeof(a)-1, XML_NAMESPACE_##ns, xmloff::token::nm… argument
91 …ne MAP_ENTRY_ODF12( a, ns, nm, t ) { a, sizeof(a)-1, XML_NAMESPACE_##ns, xmloff::token::nm, s… argument
92 …fine MAP_CONTEXT( a, ns, nm, t, c ) { a, sizeof(a)-1, XML_NAMESPACE_##ns, xmloff::token::nm,… argument
93 …fine MAP_SPECIAL( a, ns, nm, t, c ) { a, sizeof(a)-1, XML_NAMESPACE_##ns, xmloff::token::nm,… argument
94 …e MAP_SPECIAL_ODF12( a, ns, nm, t, c ) { a, sizeof(a)-1, XML_NAMESPACE_##ns, xmloff::token::nm, st… argument
/trunk/main/xml2cmp/source/xcd/
H A Dmain.cxx190 for ( unsigned t = 0; t < aTypes.size(); ++t ) in Create_TypeInfo()
192 unsigned i_max = aTypes[t]->Size(); in Create_TypeInfo()
195 aTypesHeap.InsertValue( aTypes[t]->Data(i), "" ); in Create_TypeInfo()
280 for ( unsigned t = 0; t < aTypes.size(); ++t ) in StreamOut_TypeInfo() local
282 unsigned i_max = aTypes[t]->Size(); in StreamOut_TypeInfo()
285 aTypesHeap.InsertValue( aTypes[t]->Data(i), "" ); in StreamOut_TypeInfo()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java180 TextStyle t = (TextStyle)txtMatches[j]; in matchParaByText() local
182 if (!t.getFamily().equals("paragraph")) in matchParaByText()
186 if (t.getName().equals(paraStyles[k].getName())) { in matchParaByText()
H A DWseTextRun.java110 public WseTextRun(String txt, TextStyle t, StyleCatalog sc, in WseTextRun() argument
116 TextStyle ts = (TextStyle)t.getResolved(); in WseTextRun()
140 Color c = t.getFontColor(); in WseTextRun()
144 c = t.getBackgroundColor(); in WseTextRun()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java84 Token t = (Token)e.nextElement(); in convertCalcToPXL() local
85 bytes.write(encoder.getByte(t)); in convertCalcToPXL()
105 Token t = (Token)e.nextElement(); in convertPXLToCalc() local
106 buff.append(t.toString()); in convertPXLToCalc()
109 if(!t.isOperand()) { in convertPXLToCalc()
H A DTokenFactory.java56 Token t = null; in getFunctionToken() local
61 t = new Token(s, ParseToken.TOKEN_FUNCTION_VARIABLE, fl.getIDFromString(s), args); in getFunctionToken()
66 return t; in getFunctionToken()
76 Token t = null; in getOperatorToken() local
82t = new Token(s, ParseToken.TOKEN_OPERATOR, operatorLookup.getIDFromString("UNARY_PLUS"), args); in getOperatorToken()
86 t = new Token(s, ParseToken.TOKEN_OPERATOR, operatorLookup.getIDFromString(s), args); in getOperatorToken()
89 t = new Token(s, ParseToken.TOKEN_OPERATOR, operatorLookup.getIDFromString(s), args); in getOperatorToken()
94 return t; in getOperatorToken()
103 Token t = null; in getOperandToken() local
107 t = new Token(s, ParseToken.TOKEN_OPERAND, operandLookup.getIDFromString(type), 0); in getOperandToken()
[all …]
/trunk/main/writerfilter/source/rtftok/
H A DRTFScanner.skl146 * (without autoconf's help, which isn't available because we want
203 * shouldn't try reading from the input source any more. We might
404 * we don't want an extra ';' after the "return" because that will cause
563 * transition. We couldn't have
565 * for us because it doesn't know how to deal
566 * with the possibility of jamming (and we don't
757 { /* Don't try to fill the buffer, so this is an EOF. */
784 /* don't do the read, it's not guaranteed to return an EOF,
798 "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
822 /* Can't grow it, we don't own it. */
[all …]
H A DRTFScanner.lex324 \t {num_chars+=yyleng;}
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx481 t(static_cast<sal_uInt8>((nWordColor>>24)&0xFF)); in ConvertColor() local
482 sal_Int32 nRet = (t<<24) + (r<<16) + (g<<8) + b; in ConvertColor()
/trunk/main/writerfilter/qa/cppunittests/qname/
H A DtestQName.cxx42 QName_t t=QName::tokenizer().insert(namespaceUri, localName); in testAdd() local
43 const sal_Char *ln=QName::serializer().getLocalName(t); in testAdd()
44 const sal_Char *ns=QName::serializer().getNamespaceUri(t); in testAdd()
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile151 # doesn't support long names like on DOS, Mac, or CD-ROM.
446 # don't exist or using markup commands wrongly.
678 # the style sheet file to the HTML output directory, so don't put your own
975 # Makefile don't overwrite each other's variables.
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java139 private void initProgressBar(Task t) in initProgressBar() argument
141 progressBar.setRange(0, t.getMax()); in initProgressBar()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java1173 for (int t = 0; t < nameList1.length; t++) in initializeNorms()
1175 … if (FileAccess.getFilename(nameList2[i]).equalsIgnoreCase(FileAccess.getFilename(nameList1[t]))) in initializeNorms()
1216 for (int t = 0; t < allLocales.length; t++) in initializeNorms()
1218 String[] aLang = allLocales[t].split(PropertyNames.SEMI_COLON); in initializeNorms()
1223 t = allLocales.length; in initializeNorms()
1228 for (int t = 0; t < allLocales.length; t++) in initializeNorms()
1230 String[] aLang = allLocales[t].split(PropertyNames.SEMI_COLON); in initializeNorms()
1235 t = allLocales.length; in initializeNorms()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java169 int t = 0; in getOfficePath() local
172 ReadPaths[t] = Template_internal[i]; in getOfficePath()
173 t++; in getOfficePath()
177 ReadPaths[t] = Template_user[i]; in getOfficePath()
178 t++; in getOfficePath()
180 ReadPaths[t] = Template_writable; in getOfficePath()
H A DJavaTools.java349 for (int t = 0; t < SortCount - s - 1; t++) in bubblesortList()
351 if (SortList[0][t].compareTo(SortList[0][t + 1]) > 0) in bubblesortList()
355 DisplayDummy = SortList[k][t]; in bubblesortList()
356 SortList[k][t] = SortList[k][t + 1]; in bubblesortList()
357 SortList[k][t + 1] = DisplayDummy; in bubblesortList()
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl393 When this object is activated the target object doesn't lose focus.
1102 Note: Due to the fact that MSAA's WinEvents don't allow the active child index
1104 descendants scheme can't be used. Instead the active child object has to fire
1397 <a href="http://www.codeguru.com/forum/showthread.php?t=364511">Windows SDK
1480 directly? The reason is that since MSAA 2.0, clients don't talk to a server's
1537 an image map of smart tags, it doesn't make sense because such an image map doesn't
1629 AT doesn't have to also fetch roles through MSAA's get_accRole.
1841 access the window handle in cases where an event isn't fired on this object.
2343 IA2_TEXT_BOUNDARY_SENTENCE is optional. When a method doesn't implement this
5023 Note: Due to the fact that MSAA's WinEvents don't allow the active child index
[all …]
/trunk/main/vos/inc/vos/
H A Dref.inl108 VOS_PRECOND(m_refBody, "ORef::operator(): can't deref nil body!");
115 VOS_PRECOND(m_refBody, "ORef::operator*: can't deref nil body!");
129 VOS_PRECOND(m_refBody, "ORef::getBody(): can't deref nil body!");
/trunk/main/vigra/
H A Dvigra1.6.0.patch570 + void moveTo(int l, int t)
573 + moveTo(Point2D(l, t));
773 inline T abs(T t) { return t < 0 ? -t : t; }
778 + inline T abs(T t) { return (T)abs(t); }
780 + inline T abs(T t) { return (T)labs(t); }
782 + inline T abs(T t) { return (T)llabs(t); }
784 + inline T abs(T t) { return (T)fabs(t); }
808 : ceil(t - 0.5);
814 return t >= 0.0
815 ? floor(t + 0.5)
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A DTODO17 + esp. since we can't tell if they're coming from
H A Datkcomponent.cxx60 gint x, gint y, AtkCoordType t) in translatePoint() argument
63 if( t == ATK_XY_SCREEN ) in translatePoint()
H A Datkfactory.cxx160 static GType t = 0; in wrapper_factory_get_type() local
162 if (!t) { in wrapper_factory_get_type()
170 t = g_type_register_static ( in wrapper_factory_get_type()
175 return t; in wrapper_factory_get_type()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dadobeenc.tab1004 { 0x0074, 0164, "t" },
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1154 FT_Fixed t = aMatrix.xy; in ApplyGlyphTransform() local
1156 aMatrix.yx = t; in ApplyGlyphTransform()
1383 int t=aBbox.yMin; aBbox.yMin=aBbox.yMax, aBbox.yMax=t; in InitGlyphData() local
/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java184 StringTokenizer t = new StringTokenizer(sVContent, ","); in before() local
185 final String sExt = t.nextToken(); in before()
186 final String sName = t.nextToken(); in before()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm338 bRet = NO; // application will close the window or not, AppKit shouldn't
570 it can be hit with the containsMouse selector, which it doesn't support.
946 /* #i103102# key events with command and alternate don't make it through
1082 [self sendKeyInputAndReleaseToFrame: KEY_TAB character: '\t' modifiers: 0];
1088 [self sendKeyInputAndReleaseToFrame: (KEY_TAB | KEY_SHIFT) character: '\t' modifiers: 0];
1491 // don't send unicodes in the private use area

Completed in 220 milliseconds

12345678910>>...40