Home
last modified time | relevance | path

Searched refs:n (Results 151 – 175 of 1965) sorted by relevance

12345678910>>...79

/aoo4110/main/sw/source/core/bastyp/
H A Dswrect.cxx96 if ( Right() < n ) in Union()
97 Right( n ); in Union()
98 n = rRect.Bottom(); in Union()
99 if ( Bottom() < n ) in Union()
100 Bottom( n ); in Union()
126 if ( Right() > n ) in Intersection()
127 Right( n ); in Intersection()
130 Bottom( n ); in Intersection()
150 if ( Right() > n ) in _Intersection()
151 Right( n ); in _Intersection()
[all …]
H A Dcalc.cxx221 for( xub_StrLen n = 0; n < rStr.Len(); ++n ) in Find() local
367 sal_uInt16 n; in SwCalc() local
369 for( n = 0; n < 25; ++n ) in SwCalc()
380 for( n = 0; n < 3; ++n ) in SwCalc()
381 ((SwCalcExp*)VarTable[ aHashValue[ n + 4 ] ])->nValue.PutLong( rDocStat.*aDocStat1[ n ] ); in SwCalc()
382 for( n = 0; n < 4; ++n ) in SwCalc()
383 ((SwCalcExp*)VarTable[ aHashValue[ n + 7 ] ])->nValue.PutLong( rDocStat.*aDocStat2[ n ] ); in SwCalc()
391 for( n = 0; n < 11; ++n ) in SwCalc()
417 for( sal_uInt16 n = 0; n < TBLSZ; ++n ) in ~SwCalc() local
418 delete VarTable[n]; in ~SwCalc()
[all …]
/aoo4110/main/toolkit/source/awt/
H A Dvclxcontainer.cxx101 for ( sal_uInt16 n = 0; n < nChilds; n++ ) in getWindows() local
103 Window* pChild = pWindow->GetChild( n ); in getWindows()
106 pChildRefs[n] = xW; in getWindows()
141 for ( sal_uInt32 n = 0; n < nCount; n++ ) in setTabOrder() local
144 Window* pWin = VCLUnoHelper::GetWindow( pComps[n] ); in setTabOrder()
158 pTabs[n] >>= bTab; in setTabOrder()
165 if ( n == 0 ) in setTabOrder()
185 for ( sal_uInt32 n = 0; n < nCount; n++ ) in setGroup() local
187 Window* pWin = VCLUnoHelper::GetWindow( pComps[n] ); in setGroup()
208 if ( n == 0 ) in setGroup()
[all …]
H A Dvclxwindows.cxx86 n *= 10; in ImplCalcLongValue()
87 return n; in ImplCalcLongValue()
1597 for ( sal_uInt16 n = nCount; n; ) in removeItems() local
1631 for ( sal_uInt16 n = nEntries; n; ) in getItems() local
1658 for ( sal_uInt16 n = 0; n < nSelEntries; n++ ) in getSelectedItemsPos() local
1685 for ( sal_uInt16 n = 0; n < nSelEntries; n++ ) in getSelectedItems() local
1976 for ( sal_uInt16 n = 0; n < nItems; n++ ) in getProperty() local
3972 for ( sal_uInt16 n = 0; n < aItems.getLength(); n++ ) in addItems() local
3992 for ( sal_uInt16 n = nCount; n; ) in removeItems() local
4026 for ( sal_uInt16 n = nEntries; n; ) in getItems() local
[all …]
/aoo4110/main/automation/source/server/
H A Dcmdbasestream.cxx239 comm_USHORT n; in Read() local
240 for ( n = 0 ; n < nLenInChars ; n++ ) in Read()
241 aString[ n ] = aString[ n ] >> 8 | aString[ n ] << 8; in Read()
280 comm_USHORT n; in Write() local
288 for ( n = 0 ; n < nLenInChars ; n++ ) in Write()
290 comm_UniChar c = aString[ n ]; in Write()
308 for ( n = 0 ; n < nNewLenInChars ; n++ ) in Write()
309 aNewString[ n ] = aNoBiDiString[ n ] >> 8 | aNoBiDiString[ n ] << 8; in Write()
/aoo4110/main/tools/inc/tools/
H A Dgen.hxx463 void setX( long n ) { nRight += n-nLeft; nLeft = n; } in setX() argument
464 void setY( long n ) { nBottom += n-nTop; nTop = n; } in setY() argument
604 long n; in GetWidth() local
606 n = 0; in GetWidth()
611 n--; in GetWidth()
613 n++; in GetWidth()
616 return n; in GetWidth()
621 long n; in GetHeight() local
623 n = 0; in GetHeight()
628 n--; in GetHeight()
[all …]
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx41 sal_Int64 n; member
113 for (sal_Int32 n = 0; n < nPos; ++n) in call_uno() local
115 typelib_MethodParameter const & param = pParams[n]; in call_uno()
118 uno_type_destructData(uno_args[n], param.pTypeRef, 0); in call_uno()
149 for ( sal_Int32 n = nPos; n < nParams; ++n ) in call_uno() local
151 uno_type_destructData( uno_args[n], pParams[n].pTypeRef, 0 ); in call_uno()
263 for ( sal_Int32 n = 0; n < nPos; ++n ) in call_cli() local
265 typelib_MethodParameter const & param = params[ n ]; in call_cli()
267 uno_type_destructData( uno_args[ n ], param.pTypeRef, 0 ); in call_cli()
/aoo4110/main/sw/source/core/docnode/
H A Dndtbl.cxx181 for( sal_uInt16 n = 0; n < pArr->Count(); n += 2 ) in lcl_SetDfltBoxAttr() local
320 for( sal_uInt16 n = 0; n < nCnt; ++n ) in InsBoxen() local
517 for( sal_uInt16 n = 0; n < nRows; ++n ) in InsertTable() local
808 for( sal_uInt16 n = 0; n < nRows; ++n ) in TextToTable() local
1092 for( n = 0; n < aPosArr.Count(); ++n ) in TextToTable()
1449 for( n = 0; n < aPosArr.Count(); ++n ) in TextToTable()
3060 for( n = 0; n < aPosArr.Count(); ++n ) in GetBoxOfPos()
3085 for( n = 0; n < aPosArr.Count(); ++n ) in Resize()
3099 for( n = 0; n < aPosArr.Count(); ++n ) in Resize()
3983 for( n = 0; n < pTblFrmFmtTbl->Count(); ++n ) in GetUniqueTblName()
[all …]
/aoo4110/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx97 for ( sal_uInt16 n = pUsedNumTbl->Count(); n; ) in GetId() local
102 pUsedNumTbl->Remove( n ); in GetId()
198 for ( sal_uInt16 n = 0; n < nCount; ++n ) in NumberingDefinitions() local
326 sal_uInt16 n; in AbstractNumberingDefinitions() local
330 for ( n = 0; n < WW8ListManager::nMaxLevel; ++n ) in AbstractNumberingDefinitions()
331 aNumVector.push_back( n ); in AbstractNumberingDefinitions()
334 for( n = 0; n < nCount; ++n ) in AbstractNumberingDefinitions()
336 AttrOutput().StartAbstractNumbering( n + 1 ); in AbstractNumberingDefinitions()
539 sal_uInt16 n; in OutOverrideListTab() local
544 for( n = 0; n < nCount; ++n ) in OutOverrideListTab()
[all …]
/aoo4110/main/svtools/source/control/
H A Dctrlbox.cxx81 for ( sal_uInt16 n = (sal_uInt16) pColorList->Count(); n; ) in ImplDestroyColorEntries() local
175 for ( sal_uInt16 n = 0; n < nCount; n++ ) in CopyEntries() local
188 for( sal_uInt16 n = (sal_uInt16) pColorList->Count(); n; ) in GetEntryPos() local
192 return n; in GetEntryPos()
405 sal_uLong n = 0; in ~LineListBox() local
412 n++; in ~LineListBox()
462 sal_uLong n = 0; in Clear() local
469 n++; in Clear()
494 n++; in GetEntryPos()
550 for( sal_uLong n = 0 ; n < nCount ; ++n ) in UpdateLineColors() local
[all …]
/aoo4110/main/editeng/source/rtf/
H A Dsvxrtf.cxx242 for( sal_uInt16 n = aAttrSetList.Count(); n; ) in NextToken() local
1016 for( sal_uInt16 n = 0; n < aPardMap.Count() && in AttrGroupEnd()
1038 for( sal_uInt16 n = 0; n < aPardMap.Count() && in AttrGroupEnd() local
1040 if( aPardMap[n] ) in AttrGroupEnd()
1154 for( sal_uInt16 n = aAttrSetList.Count(); n; ) in SetAllAttrOfStk() local
1176 for( sal_uInt16 n = 0; n < rSet.pChildList->Count(); ++n ) in SetAttrSet() local
1357 sal_uInt16 n; in Compress() local
1369 for( n = 1; n < pChildList->Count(); ++n ) in Compress()
1390 if( n ) in Compress()
1420 for( n = 0; n < pChildList->Count(); ++n ) in Compress()
[all …]
/aoo4110/extras/l10n/source/cs/
H A Dlocalize.sdf6332 …0 cs Tato akce ukončí režim záznamu změn.\nInformace o změnách budou ztraceny.\n\nUkončit režim zá…
11802 …0 cs Tato akce ukončí režim záznamu změn.\nInformace o změnách budou ztraceny.\n\nUkončit režim zá…
15545 … string RID_AFMERROR_BOX_TXT 255 cs Metrika\n\n%s\n\nnemohla být převedena z následujícího důvo…
17737 … \<link href=\"text/scalc/01/05120000.xhp\" name=\"Podmíněné formátování\"\>Podmíněné formátování\…
26398n\</emph\>,\<emph\> +n\</emph\>,\<emph\> -n\</emph\>,\<emph\> *n\</emph\> a \<emph\> /n \</emph\>,…
37182něné formátování; buňky\</bookmark_value\> \<bookmark_value\>buňky; podmíněné formátování…
37186něného formátování je možné například zvýraznit součty, které přesáhnou průměr ostatních součtů. Z…
37221 …\"text/scalc/01/05120000.xhp\" name=\"Formát - Podmíněné formátování\"\>Formát - Podmíněné formáto…
38057 …9 0 cs Zadejte název scénáře a nechte ostatní pole nezměněná. Zavřete dialog klepnutím na OK. Vá…
46961 …ledování nebo sdílení dokumentů, některé příkazy mohou být nedostupné (odstíněné). Pro nový sešit …
[all …]
/aoo4110/main/sc/source/filter/inc/
H A Dtokstack.hxx43 TokenId( sal_uInt16 n ) : nId( n ) {} in TokenId()
46 inline TokenId& operator =( sal_uInt16 n ) { nId = n; return *this; } in operator =()
49 inline sal_Bool operator <( sal_uInt16 n ) const { return nId < n; } in operator <()
50 inline sal_Bool operator >( sal_uInt16 n ) const { return nId > n; } in operator >()
51 inline sal_Bool operator <=( sal_uInt16 n ) const { return nId <= n; } in operator <=()
52 inline sal_Bool operator >=( sal_uInt16 n ) const { return nId >= n; } in operator >=()
53 inline sal_Bool operator ==( sal_uInt16 n ) const { return nId == n; } in operator ==()
54 inline sal_Bool operator !=( sal_uInt16 n ) const { return nId != n; } in operator !=()
220 ScMatrix* GetMatrix( unsigned int n ) const;
/aoo4110/main/sfx2/source/appl/
H A Dappdde.cxx60 for ( sal_uInt16 n = sTemp.Len(); n; --n ) in SfxDdeServiceName_Impl() local
61 if ( sTemp.Copy( n-1, 1 ).IsAlphaNumericAscii() ) in SfxDdeServiceName_Impl()
62 sReturn += sTemp.GetChar(n-1); in SfxDdeServiceName_Impl()
152 for ( sal_uInt16 n = 0; n < aData.Len(); ++n ) in SV_IMPL_PTRARR() local
154 if ( aData.GetChar(n) == 0x0022 ) // " = 22h in SV_IMPL_PTRARR()
155 for ( ; aData.GetChar(++n) != 0x0022 ; ) in SV_IMPL_PTRARR()
157 else if ( aData.GetChar(n) == 0x0020 ) // SPACE = 20h in SV_IMPL_PTRARR()
158 aData.SetChar(n, '\n'); in SV_IMPL_PTRARR()
501 for( sal_uInt16 n = pAppData_Impl->pDocTopics->Count(); n; ) in AddDdeTopic() local
531 for( sal_uInt16 n = pAppData_Impl->pDocTopics->Count(); n; ) in RemoveDdeTopic() local
[all …]
/aoo4110/main/basic/source/inc/
H A Dsymtbl.hxx88 void SetProcId( short n ) { nProcId = n; } in SetProcId() argument
149 void SetTypeId( sal_uInt16 n ) { nTypeId = n; eType = SbxOBJECT; } in SetTypeId() argument
151 void SetLen( short n ){ nLen = n; } in SetLen() argument
153 void SetDims( short n ) { nDims = n; } in SetDims() argument
166 void SetDefaultId( sal_uInt16 n ) { nDefaultId = n; } in SetDefaultId() argument
178 void SetFixedStringLength( short n ) { nFixedStringLength = n; } in SetFixedStringLength() argument
215 void SetLine1( sal_uInt16 n ) { nLine1 = n; } in SetLine1() argument
217 void SetLine2( sal_uInt16 n ) { nLine2 = n; } in SetLine2() argument
/aoo4110/main/svl/source/svdde/
H A Dddesvr.cxx158 sal_uInt16 n = 0; in SV_IMPL_VARARR() local
568 for( sal_uLong n = pConv->Count(); n; ) in RemoveTopic() local
868 for( sal_uInt16 n = pImpData->Count(); n; ) in IncMonitor() local
886 for( sal_uInt16 n = pImpData->Count(); n; --n, ++pData ) in DecMonitor() local
911 for( sal_uInt16 n = pImpData->Count(); n; ) in GetLinks() local
972 short n = 0; in SysItems() local
976 if ( n ) in SysItems()
993 short n = 0; in Topics() local
997 if ( n ) in Topics()
1014 short n = 0; in Formats() local
[all …]
/aoo4110/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx398 for( int n = 0 ; n < nInfos ; ++n ) in IMPL_LINK() local
400 xDocumentHandler, maCurrentSignatureInformations[ n ] ); in IMPL_LINK()
470 for ( sal_Int32 n = 0; n < nElements; n++ ) in IMPL_LINK() local
472 bool bBinaryMode = !isXML(aElements[n]); in IMPL_LINK()
473 … maSignatureHelper.AddForSigning( nSecurityId, aElements[n], aElements[n], bBinaryMode ); in IMPL_LINK()
492 for ( int n = 0; n < nInfos; n++ ) in IMPL_LINK() local
554 for( int n = 0 ; n < nInfos ; ++n ) in IMPL_LINK() local
599 for( int n = 0; n < nInfos; ++n ) in ImplFillSignaturesBox() local
602 m_sODFVersion, maCurrentSignatureInformations[n]); in ImplFillSignaturesBox()
679 maCurrentSignatureInformations[n])) in ImplFillSignaturesBox()
[all …]
/aoo4110/main/tools/source/fsys/
H A Dos2.cxx714 USHORT n;
716 for ( n = 0; n < 256; ++n )
717 sTemp[n] = (char) n;
726 for ( n = 0; n < 256; ++n )
727 sCaseMap[n] = (char) n;
730 for ( n = 255; n > 0; --n )
732 if ( sTemp[n] != (char) n )
734 sCaseMap[ (unsigned char) sTemp[n] ] = (char) n;
746 for ( USHORT n = 0; n < aLower.Len(); ++n )
747 aLower[n] = sCaseMap[ (unsigned char) aLower[n] ];
[all …]
/aoo4110/main/idl/source/prj/
H A Dcommand.cxx170 for( sal_uInt16 n = 0; n < rCommand.aInFileList.Count(); n++ ) in ReadIdl() local
172 String aFileName ( *rCommand.aInFileList.GetObject( n ) ); in ReadIdl()
232 sal_uInt16 n = 0; in ResponseFile() local
234 while( n != nPos ) in ResponseFile()
236 while( aStr.GetChar(n) && isspace( aStr.GetChar(n) ) ) in ResponseFile()
237 n++; in ResponseFile()
238 nPos = n; in ResponseFile()
239 while( aStr.GetChar(n) && !isspace( aStr.GetChar(n) ) ) in ResponseFile()
240 n++; in ResponseFile()
241 if( n != nPos ) in ResponseFile()
[all …]
/aoo4110/main/l10ntools/source/
H A Dexport.cxx1209 for( sal_uInt16 n = 0 ; n < sOrig.Len() ; n++ ){ in Execute() local
1327 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in WriteData() local
1498 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in WriteExportList() local
1799 for( sal_uInt16 n = 0 ; n < sText.Len() ; n++ ){ in WriteToMerged() local
1807 for( sal_uInt16 n = 0 ; n < sText.Len() ; n++ ){ in WriteToMerged() local
1815 for( sal_uInt16 n = 0 ; n < sText.Len() ; n++ ){ in WriteToMerged() local
1823 for( sal_uInt16 n = 1 ; n < sText.Len() ; n++ ){ in WriteToMerged() local
2141 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in MergeRest() local
2194 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in MergeRest() local
2241 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in MergeRest() local
[all …]
/aoo4110/main/sal/osl/unx/
H A Dprofile.c71 #define _BUILD_STR_(n) # n argument
72 #define BUILD_STR(n) _BUILD_STR_(n) argument
816 int i, n; in osl_writeProfileIdent() local
823 for (n = 0; Strings[n] != NULL; n++); in osl_writeProfileIdent()
1097 n += 1; in osl_getProfileSections()
1113 return (n); in osl_getProfileSections()
1610 for (n = 0; n < pSec->m_NoEntries; n++) in insertLine()
1649 for (n = 0; n < pSec->m_NoEntries; n++) in removeLine()
1825 n = Sect; in findEntry()
1835 n++; in findEntry()
[all …]
/aoo4110/main/formula/inc/formula/
H A Dtoken.hxx140 virtual void SetByte( sal_uInt8 n );
147 virtual void SetIndex( sal_uInt16 n );
187 FormulaToken( v,e ), nByte( n ), in FormulaByteToken()
191 FormulaToken( svByte,e ), nByte( n ), in FormulaByteToken()
193 FormulaByteToken( OpCode e, sal_uInt8 n ) : in FormulaByteToken() argument
194 FormulaToken( svByte,e ), nByte( n ), in FormulaByteToken()
205 virtual void SetByte( sal_uInt8 n );
222 FormulaByteToken( e, n, svFAP, false ), in FormulaFAPToken()
298 virtual void SetIndex( sal_uInt16 n );
311 nByte( n ) {} in FormulaExternalToken()
[all …]
/aoo4110/main/sc/source/core/tool/
H A Dscmatrix.cxx695 for ( SCSIZE j=0; j<n; j++ ) in CompareEqual()
702 for ( SCSIZE j=0; j<n; j++ ) in CompareEqual()
713 for ( SCSIZE j=0; j<n; j++ ) in CompareNotEqual()
720 for ( SCSIZE j=0; j<n; j++ ) in CompareNotEqual()
731 for ( SCSIZE j=0; j<n; j++ ) in CompareLess()
738 for ( SCSIZE j=0; j<n; j++ ) in CompareLess()
749 for ( SCSIZE j=0; j<n; j++ ) in CompareGreater()
756 for ( SCSIZE j=0; j<n; j++ ) in CompareGreater()
767 for ( SCSIZE j=0; j<n; j++ ) in CompareLessEqual()
774 for ( SCSIZE j=0; j<n; j++ ) in CompareLessEqual()
[all …]
/aoo4110/main/writerfilter/source/doctok/
H A DWW8FKPImpl.cxx70 sal_uInt32 n = getIndex(rFc); in getProperties() local
72 sal_uInt16 nOffset = 2 * getU8(getRgb() + n); in getProperties()
99 for (sal_uInt32 n = 0; n < nCount; ++n) in dump() local
105 getFc(n).get(), 2 * getU8(getRgb() + n)); in dump()
119 sal_uInt32 n = getIndex(rFc); in getProperties() local
121 sal_uInt16 nOffset = 2 * getU8(getRgb() + n * 13); in getProperties()
163 for (sal_uInt32 n = 0; n < nCount; ++n) in dump() local
169 getFc(n).get(), 2 * getU8(getRgb() + n * 13)); in dump()
/aoo4110/main/sal/rtl/source/
H A Dustrbuf.c112 sal_Int32 n; in rtl_uStringbuffer_insert() local
126 n = (nOldLen - offset); in rtl_uStringbuffer_insert()
127 if( n == 1 ) in rtl_uStringbuffer_insert()
130 else if( n > 1 ) in rtl_uStringbuffer_insert()
131 rtl_moveMemory( pBuf + offset + len, pBuf + offset, n * sizeof(sal_Unicode) ); in rtl_uStringbuffer_insert()
173 sal_Int32 n; in rtl_uStringbuffer_insert_ascii() local
183 n = (nOldLen - offset); in rtl_uStringbuffer_insert_ascii()
184 if( n == 1 ) in rtl_uStringbuffer_insert_ascii()
187 else if( n > 1 ) in rtl_uStringbuffer_insert_ascii()
191 for( n = 0; n < len; n++ ) in rtl_uStringbuffer_insert_ascii()
[all …]

Completed in 1518 milliseconds

12345678910>>...79