Home
last modified time | relevance | path

Searched refs:c (Results 476 – 500 of 1139) sorted by relevance

1...<<11121314151617181920>>...46

/trunk/main/sw/source/ui/config/
H A Duinums.cxx296 char c; in SwNumRulesWithName() local
300 c = 1; in SwNumRulesWithName()
305 c = 0; in SwNumRulesWithName()
307 rStream >> c; in SwNumRulesWithName()
309 if( c ) in SwNumRulesWithName()
/trunk/main/framework/source/jobs/
H A Djobdata.cxx607 sal_Int32 c = lAdditionalJobs.getLength(); in appendEnabledJobsForEvent() local
610 for (i=0; i<c; ++i) in appendEnabledJobsForEvent()
683 sal_Int32 c = lAllJobs.getLength(); in getEnabledJobsForEvent() local
685 css::uno::Sequence< ::rtl::OUString > lEnabledJobs(c); in getEnabledJobsForEvent()
689 for (sal_Int32 s=0; s<c; ++s) in getEnabledJobsForEvent()
/trunk/main/nss/
H A Dnss.patch5 PR_MD_CSRCS=linux.c
182 diff -ur misc/nss-3.39/nss/lib/zlib/inflate.c misc/build/nss-3.39/nss/lib/zlib/inflate.c
183 --- misc/nss-3.39/nss/lib/zlib/inflate.c 2018-08-31 05:55:53.000000000 -0700
184 +++ misc/build/nss-3.39/nss/lib/zlib/inflate.c 2020-10-06 07:41:59.567345437 -0700
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_OneToOne.cxx87 sal_Unicode c = *src++; in transliterate() local
88 *dst ++ = func ? func( c) : (*table)[ c ]; in transliterate()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJavaThreadPoolFactory.java63 Collection c = jobQueues.values(); in dispose() local
64 qs = (JobQueue[]) c.toArray(new JobQueue[c.size()]); in dispose()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptStorageRefresh.java56 Collection c = in _refresh() local
59 if (c == null) { in _refresh()
64 Iterator tests = c.iterator(); in _refresh()
H A D_XFunctionProvider.java57 Collection c = in _getFunction() local
62 if (c != null) { in _getFunction()
63 tests = c.iterator(); in _getFunction()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DFocusTraversalPolicy.java56 java.awt.Component c = ((NativeFrame) focusCycleRoot).getInitialComponent(); in getDefaultComponent() local
57 if (c != null) { in getDefaultComponent()
58 return c; in getDefaultComponent()
H A DComponent.java132 java.awt.Component c = AccessibleObjectFactory.getAccessibleComponent( in getAccessibleComponents() local
134 if (c != null) { in getAccessibleComponents()
135 list.add(c); in getAccessibleComponents()
526 public void setBackground(java.awt.Color c) { in setBackground() argument
539 public void setForeground(java.awt.Color c) { in setForeground() argument
/trunk/main/framework/test/typecfg/
H A Dxml2xcd.cxx209 …phaDigit ( sal_Unicode c
2226 inline void write(sal_Unicode c);
2231 inline void ModifiedUTF7Buffer::write(sal_Unicode c) in write() argument
2236 m_nValue = sal_uInt32(c) << 8; in write()
2241 m_nValue |= sal_uInt32(c); in write()
2247 m_nValue |= sal_uInt32(c) >> 8; in write()
2250 m_nValue = (sal_uInt32(c) & 0xFF) << 16; in write()
2289 sal_Bool XCDGenerator::impl_isUsAsciiAlphaDigit(sal_Unicode c, sal_Bool bDigitAllowed) in impl_isUsAsciiAlphaDigit() argument
2291 return c >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' in impl_isUsAsciiAlphaDigit()
2292 || bDigitAllowed && c >= '0' && c <= '9'; in impl_isUsAsciiAlphaDigit()
/trunk/main/desktop/source/pagein/
H A Dfile_image_unx.c88 volatile char c = 0; in file_image_pagein() local
119 c ^= ((char*)(w.m_base))[0]; in file_image_pagein()
125 c ^= ((char*)(w.m_base))[0]; in file_image_pagein()
/trunk/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx47 count_chars(const char * str, char c) in count_chars() argument
50 for ( const char * pSpc = strchr(str, c); in count_chars()
52 pSpc = strchr(pSpc+1, c) ) in count_chars()
/trunk/main/framework/source/inc/pattern/
H A Dconfiguration.hxx136 sal_Int32 c = 1; in openConfig() local
138 c = 2; in openConfig()
140 css::uno::Sequence< css::uno::Any > lParams(c); in openConfig()
/trunk/main/sc/addin/util/
H A Dcl2c.pl37 local($o,$c);
40 $c=chr($o);
42 $_ .= $c;
/trunk/main/sw/source/filter/html/
H A Dhtmlftn.cxx74 sal_Unicode c = rContent.GetChar( nPos ); in lcl_html_getNextPart() local
75 switch( c ) in lcl_html_getNextPart()
79 rPart += c; in lcl_html_getNextPart()
85 rPart += c; in lcl_html_getNextPart()
92 rPart += c; in lcl_html_getNextPart()
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl7 * Copyright (c) 2013 Linux Foundation
63 * Copyright (c) 2006 IBM Corporation
254 * Copyright (c) 2006 IBM Corporation
481 * Copyright (c) 2006 IBM Corporation
701 * Copyright (c) 2006 IBM Corporation
996 * Copyright (c) 2006 IBM Corporation
1205 * Copyright (c) 2006 IBM Corporation
1300 Copyright (c) 2006 IBM Corporation\n
1897 * Copyright (c) 2006 IBM Corporation
2020 * Copyright (c) 2006 IBM Corporation
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx772 … sal_Unicode c = ( nLeftParentPos > 0 ) ? aSelText.GetChar( nLeftParentPos-1 ) : 0; in ShowTipCursor() local
773 if( !((c >= 'A' && c<= 'Z') || (c>= 'a' && c<= 'z' )) ) in ShowTipCursor()
1017 sal_Unicode c = ( nLeftParentPos > 0 ) ? aFormula.GetChar( nLeftParentPos-1 ) : 0; in UseFormulaData() local
1018 if( !((c >= 'A' && c<= 'Z') || (c>= 'a' && c<= 'z') ) ) in UseFormulaData()
1610 sal_Unicode c = aFormula.GetChar(nPos); in UpdateParenthesis() local
1611 if ( c == '(' || c == ')' ) in UpdateParenthesis()
2379 sal_Unicode c = rString.GetChar(i); in lcl_IsNumber() local
2380 if ( c < '0' || c > '9' ) in lcl_IsNumber()
/trunk/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c43 jclass c; in ThrowException() local
45 c = (*env)->FindClass(env, type); in ThrowException()
46 if (c == NULL) { in ThrowException()
50 if ((*env)->ThrowNew(env, c, msg) != 0) { in ThrowException()
/trunk/main/svx/source/unodraw/
H A Drecoveryui.cxx83 sal_Int32 c = lServices.getLength(); in supportsService() local
85 for (i=0; i<c; ++i) in supportsService()
371 sal_Int32 c = xTaskContainer->getCount(); in impl_showAllRecoveredDocs() local
373 for (i=0; i<c; ++i) in impl_showAllRecoveredDocs()
/trunk/main/solenv/inc/
H A Dlldb4aoo.py85 c = v.GetChildMemberWithName( aryvar)
90 d = c.AddressOf().GetPointeeData( 0, L)
91 if c.GetByteSize() == 1: # assume UTF-8
/trunk/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs144 UInt16 c = Convert.ToUInt16( name[ pos ] ); in getImplementationId()
145 id[ 4 + (2 * pos) ] = (byte) (c & 0xff); in getImplementationId()
146 id[ 4 + (2 * pos) +1 ] = (byte) ((c >> 8) & 0xff); in getImplementationId()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx413 for(sal_uInt32 c(0L); c < aMiterPolygon.count(); c++) in getLineJoinSegments() local
415 aMiterPolygon.setNormal(c, basegfx::B3DVector(aMiterPolygon.getB3DPoint(c))); in getLineJoinSegments()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java215 for (int c = 0; c < cols; c++) in create()
217 XButton aButton = createButton(dialog, r, c); in create()
219 m_aButtons[r * cols + c] = aControl; in create()
/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx447 sal_Char c; in FileInit() local
448 aStream >> c; in FileInit()
449 if( '\n' == c || '\r' == c ) // Zeilenende in FileInit()
458 aLine += c; in FileInit()
/trunk/extras/l10n/source/pt-BR/
H A Dlocalize.sdf52633células na célula atual, ou insere valores somados nas células selecionadas. Clique numa célula, c…
52721 …a ir para uma célula específica ou para selecionar um intervalo de células, digite a referência da…
53786células; mesclar/dividir\</bookmark_value\>\<bookmark_value\>tabelas; mesclar células\</bookmark_v…
53788células adjacentes e, em seguida, mesclá-las em uma única célula. Ao contrário, você pode ter uma
53824célula vazia. Selecione a célula e clique com o mouse no canto inferior direito da borda da célula…
54005cálculo se refere a uma célula específica na planilha. Se uma fórmula que refere-se exatamente a e…
54298 …p.xhp 0 help par_id2815637 0 pt-BR As células são movidas e sobrescrevem as células no local de…
54300 ….xhp 0 help par_id4278389 0 pt-BR As células são copiadas e sobrescrevem as células no local de…
60329 …151246 2 0 pt-BR \<ahelp hid=\".\"\>Combina as células selecionadas em uma única célula ou divid…
63848 …pode selecionar células adjacentes e, em seguida, mesclá-las em uma única célula. Inversamente, vo…
[all …]

Completed in 1405 milliseconds

1...<<11121314151617181920>>...46