Home
last modified time | relevance | path

Searched refs:n (Results 351 – 375 of 1963) sorted by relevance

1...<<11121314151617181920>>...79

/aoo41x/main/svx/source/svdraw/
H A Dsvdoashp.cxx1037 n = 0; in MergeDefaultAttributes()
1047 rPropValues[ n ].Name = sPosition; in MergeDefaultAttributes()
1054 rPropValues[ n ].Name = sMirroredX; in MergeDefaultAttributes()
1061 rPropValues[ n ].Name = sMirroredY; in MergeDefaultAttributes()
1068 rPropValues[ n ].Name = sSwitched; in MergeDefaultAttributes()
1079 rPropValues[ n ].Name = sPolar; in MergeDefaultAttributes()
1080 rPropValues[ n++ ].Value <<= aCenter; in MergeDefaultAttributes()
1519 n = 0; in IsDefaultGeometry()
1529 rPropValues[ n ].Name = sPosition; in IsDefaultGeometry()
1550 rPropValues[ n ].Name = sSwitched; in IsDefaultGeometry()
[all …]
H A Dsvdoedge.cxx214 n++; in ImpSetAttrToEdgeInfo()
220 n++; in ImpSetAttrToEdgeInfo()
226 n++; in ImpSetAttrToEdgeInfo()
232 n++; in ImpSetAttrToEdgeInfo()
238 n++; in ImpSetAttrToEdgeInfo()
285 n++; in ImpSetEdgeInfoToAttr()
291 n++; in ImpSetEdgeInfoToAttr()
297 n++; in ImpSetEdgeInfoToAttr()
303 n++; in ImpSetEdgeInfoToAttr()
309 n++; in ImpSetEdgeInfoToAttr()
[all …]
/aoo41x/main/editeng/source/editeng/
H A Dimpedit4.cxx94 sal_uInt16 n = rX; in Swapsal_uIt16s() local
96 rY = n; in Swapsal_uIt16s()
662 for ( sal_uInt16 n = 0; n <= nEndPortion; n++ ) in WriteRTF() local
1171 sal_uInt16 n; in CreateBinTextObject() local
1172 for ( n = 0; n < nCount; n++ ) in CreateBinTextObject()
1181 for ( n = 0; n < nCount; n++ ) in CreateBinTextObject()
1270 for ( sal_uInt16 n = 0; n < nContents; n++, nPara++ ) in InsertBinTextObject() local
1333 if ( bNewContent || ( ( n > 0 ) && ( n < (nContents-1) ) ) ) in InsertBinTextObject()
2368 for ( sal_uInt16 n = 0; n < nNodes; n++ ) in DoOnlineSpelling() local
3164 for ( sal_uInt16 n = 0; n < nCharsAfterTransliteration; n++ ) in ReplaceTextOnly() local
[all …]
/aoo41x/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx341 for( sal_uInt32 n = 0; n < nCtrls; n++ ) in implUpdateVisibility() local
343 uno::Reference< awt::XControl > xControl = pCtrls[ n ]; in implUpdateVisibility()
435 for ( sal_uInt32 n = 0; n < nCount; n++ ) in ImplActivateTabControllers() local
437 maTabControllers.getArray()[n]->setContainer( this ); in ImplActivateTabControllers()
438 maTabControllers.getArray()[n]->activateTabOrder(); in ImplActivateTabControllers()
756 for ( sal_uInt32 n = 0; n < nCount; ++n, ++pLoop ) in removeTabController() local
760 ::comphelper::removeElementAt( maTabControllers, n ); in removeTabController()
806 for( sal_uInt32 n = 0; n < nCtrls; n++ ) in createPeer() local
807 aCtrls.getArray()[n]->createPeer( rxToolkit, getPeer() ); in createPeer()
/aoo41x/main/qadevOOo/tests/java/ifc/task/
H A D_XJob.java80 for (int n = 0; n<XJobArgs.length; n++) { in _execute()
81 log.println("running XJobArgs[" + n + "]"); in _execute()
83 oObj.execute((NamedValue[])XJobArgs[n]); in _execute()
86 log.println("Could not success XJobArgs[" + n + "]: " + e); in _execute()
89 log.println("Could not success XJobArgs[" + n + "]: " + e); in _execute()
/aoo41x/main/vcl/source/control/
H A Dcombobox.cxx54 for( xub_StrLen n = rText.GetTokenCount( cTokenSep ); n; ) in lcl_GetSelectedEntries() local
56 XubString aToken = rText.GetToken( --n, cTokenSep ); in lcl_GetSelectedEntries()
425 for ( sal_uInt16 n = 0; n < nSelectedEntries; n++ ) in IMPL_LINK() local
497 sal_uInt16 nChanged = (sal_uInt16)(sal_uLong)n; in IMPL_LINK()
981 for ( sal_uInt16 n = 0; n < mpImplLB->GetEntryList()->GetEntryCount(); n++ ) in ImplUpdateFloatSelection() local
982 mpImplLB->SelectEntry( n, aSelInText.IsKeyValid( ImplCreateKey( n ) ) ); in ImplUpdateFloatSelection()
1314 for ( sal_uInt16 n = 0; n < nLines; n++ ) in Draw() local
1385 void ComboBox::SetSeparatorPos( sal_uInt16 n ) in SetSeparatorPos() argument
1387 mpImplLB->SetSeparatorPos( n ); in SetSeparatorPos()
1420 void ComboBox::SetMaxMRUCount( sal_uInt16 n ) in SetMaxMRUCount() argument
[all …]
/aoo41x/main/sw/source/core/docnode/
H A Dsection.cxx633 for( sal_uInt16 n = rLnks.Count(); n; ) in MakeChildLinksVisible() local
1194 for ( sal_uInt16 n = rLnks.Count(); n > 0; ) in lcl_BreakSectionLinksInSect() local
1205 if ( n > rLnks.Count() ) in lcl_BreakSectionLinksInSect()
1207 n = rLnks.Count(); in lcl_BreakSectionLinksInSect()
1228 for( sal_uInt16 n = rLnks.Count(); n; ) in lcl_UpdateLinksInSect() local
1247 if( n >= rLnks.Count() && 0 != ( n = rLnks.Count() )) in lcl_UpdateLinksInSect()
1248 --n; in lcl_UpdateLinksInSect()
1250 if( n && pLnk != &(*rLnks[ n ]) ) in lcl_UpdateLinksInSect()
1253 while( n ) in lcl_UpdateLinksInSect()
1659 for( sal_uInt16 n = rFmts.Count(); n; ) in Closed() local
[all …]
/aoo41x/main/extensions/source/scanner/
H A Dsanedlg.cxx391 for( size_t n = 0; !bIsSpecial && in InitFields() local
392 n < sizeof(ppSpecialOptions)/sizeof(ppSpecialOptions[0]); n++ ) in InitFields()
1216 for( int n = 0; n < nMax ; n++ ) in LoadState() local
1218 ByteString aSub = aValue.GetToken( n, ':' ); in LoadState()
1286 for( int n = 0; n < mrSane.GetOptionElements( i ); n++ ) in SaveState() local
1288 if( ! mrSane.GetOptionValue( i, fValue, n ) ) in SaveState()
1290 if( n > 0 ) in SaveState()
1295 if( n >= mrSane.GetOptionElements( i ) ) in SaveState()
1350 int n; in SaveState() local
1352 for( n = 0; n < mrSane.GetOptionElements( nOption ); n++ ) in SaveState()
[all …]
/aoo41x/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx883 for ( sal_uInt32 n=0; n<m_pTextlist_Top->Count(); ++n ) in impl_rebuildFixedText() local
885 IMPL_TextlistItem* pSearchItem = m_pTextlist_Top->GetObject (n) ; in impl_rebuildFixedText()
901 for ( sal_uInt32 n=0; n<m_pTextlist_Top->Count(); ++n ) in impl_rebuildFixedText() local
903 IMPL_TextlistItem* pSearchItem = m_pTextlist_Top->GetObject (n) ; in impl_rebuildFixedText()
921 for ( sal_uInt32 n=0; n<m_pTextlist_Bottom->Count(); ++n ) in impl_rebuildFixedText() local
923 IMPL_TextlistItem* pSearchItem = m_pTextlist_Bottom->GetObject (n) ; in impl_rebuildFixedText()
939 for ( sal_uInt32 n=0; n<m_pTextlist_Bottom->Count(); ++n ) in impl_rebuildFixedText() local
941 IMPL_TextlistItem* pSearchItem = m_pTextlist_Bottom->GetObject (n) ; in impl_rebuildFixedText()
/aoo41x/main/writerfilter/source/doctok/
H A DWW8CpAndFc.hxx95 Cp operator + (sal_uInt32 n) const in operator +()
96 { return Cp(nCp + n); } in operator +()
107 Cp & operator += (sal_uInt32 n) in operator +=()
109 nCp += n; in operator +=()
195 Fc operator - (sal_uInt32 n) const in operator -()
196 { return Fc(mnFc - n * complexFactor(), mbComplex); } in operator -()
207 Fc operator + (sal_uInt32 n) const in operator +()
208 { return Fc(mnFc + n * complexFactor(), mbComplex); } in operator +()
/aoo41x/main/ucbhelper/source/provider/
H A Dprovconf.cxx58 for ( sal_Int32 n = 0; n < nCount; ++n ) in makeAndAppendXMLName() local
60 const sal_Unicode c = rIn.getStr()[ n ]; in makeAndAppendXMLName()
174 for ( sal_Int32 n = 0; n < nCount; ++n ) in getContentProviderData() local
178 makeAndAppendXMLName( aElemBuffer, pElems[ n ] ); in getContentProviderData()
/aoo41x/main/sot/source/sdstor/
H A Dstgelem.hxx74 void SetTOCStart( sal_Int32 n );
76 void SetDataFATStart( sal_Int32 n );
78 void SetDataFATSize( sal_Int32 n );
83 void SetFATSize( sal_Int32 n );
85 void SetFATChain( sal_Int32 n );
87 void SetMasters( sal_Int32 n );
150 void SetSize( sal_Int32 n ) { nSize = n; } in SetSize() argument
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog.src104 …re not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n\n"
331 Message[en-US] = "You are about to install the extension \'%NAME\'.\n"
332 "Click \'OK\' to proceed with the installation.\n"
339 Message[en-US] = "You are about to remove the extension \'%NAME\'.\n"
340 "Click \'OK\' to remove the extension.\n"
349 "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
350 "Click \'OK\' to remove the extension.\n"
359 "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
360 "Click \'OK\' to enable the extension.\n"
369 "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
[all …]
/aoo41x/main/icu/
H A Dcreatemak.pl856 $n = find_or_create_element($projectid);
857 push @{$nachfolgerliste[$v]},$n;
861 for $n (0..$objektzahl-1)
863 $vorgaengerzahl[$n]=0;
867 for $n (@{$nachfolgerliste[$v]})
869 ++$vorgaengerzahl[$n];
874 for $n (0..$objektzahl-1)
876 push(@hilfsliste,$n) if ($vorgaengerzahl[$n]==0)
885 for $n (@{$nachfolgerliste[$v]})
887 --$vorgaengerzahl[$n];
[all …]
/aoo41x/main/vcl/os2/source/app/
H A Dsalinst.cxx270 while ( n ) in ImplSalReleaseYieldMutex()
273 n--; in ImplSalReleaseYieldMutex()
583 ULONG n = nCount; in Yield() local
584 while ( n ) in Yield()
587 n--; in Yield()
606 n = nCount; in Yield()
607 while ( n ) in Yield()
610 n--; in Yield()
617 n = nCount; in Yield()
618 while ( n ) in Yield()
[all …]
/aoo41x/main/slideshow/source/engine/
H A Dsp_debug.cxx92 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_count() local
109 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_mark() local
207 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_free() local
/aoo41x/main/cppuhelper/test/
H A Dcfg_test.cxx104 sal_Int32 n; in ServiceImpl0() local
109 …OUSTR("/services/com.sun.star.bootstrap.TestComponent0/context-properties/serviceprop0") ) >>= n ); in ServiceImpl0()
110 OSL_VERIFY( n == 13 ); in ServiceImpl0()
116 …mplementations/com.sun.star.comp.bootstrap.TestComponent0/context-properties/implprop0") ) >>= n ); in ServiceImpl0()
117 OSL_VERIFY( n == 15 ); in ServiceImpl0()
261 sal_Int32 n; in SAL_IMPLEMENT_MAIN() local
262 … OSL_VERIFY( xContext->getValueByName( OUSTR("/global-context-properties/TestValue") ) >>= n ); in SAL_IMPLEMENT_MAIN()
263 ::fprintf( stderr, "> n=%d\n", n ); in SAL_IMPLEMENT_MAIN()
270 ::fprintf( stderr, "> registering service...\n", n ); in SAL_IMPLEMENT_MAIN()
/aoo41x/main/soltools/ldump/
H A Dhashtbl.cxx132 unsigned long i,n; in Hash() local
136 for (i=0,n=strlen( Key ); i<n; i++) in Hash()
154 unsigned long i,n; in DHash() local
156 for (i=0,n=strlen( Key ); i<n; i++) in DHash()
267 unsigned long n = 0; in FindPos() local
273 n++; in FindPos()
280 bEnd = !(n<m_lSize || pItem->IsFree()); in FindPos()
/aoo41x/main/sal/osl/os2/
H A Dprocess.c364 int n = 1; in osl_psz_executeProcess() local
437 n = strlen( pszImageName ) + 1; in osl_psz_executeProcess()
440 n += strlen(pszArguments[i]) + 1; in osl_psz_executeProcess()
443 args = (sal_Char*)malloc(n + 1); in osl_psz_executeProcess()
472 n = 0; in osl_psz_executeProcess()
477 n += l + 1; in osl_psz_executeProcess()
487 envs = (sal_Char*)malloc(n + 1); in osl_psz_executeProcess()
545 n += strlen(pszArguments[i]) + 1; in osl_psz_executeProcess()
547 args = (sal_Char*)_tmalloc(n); in osl_psz_executeProcess()
562 n += strlen(pszEnvironments[i]) + 1; in osl_psz_executeProcess()
[all …]
/aoo41x/main/i18npool/source/transliteration/data/
H A Dnumberchar.h107 #define isNumber(n) ( NUMBER_ZERO <= n && n <= NUMBER_NINE ) argument
108 #define isDecimal(n) ( n == NUMBER_DECIMAL ) argument
109 #define isMinus(n) ( n == NUMBER_MINUS ) argument
/aoo41x/main/sal/rtl/source/
H A Dstrtmpl.c723 if ( n < 0 ) in IMPL_RTL_STRNAME()
732 nValue = n; in IMPL_RTL_STRNAME()
777 if ( n < 0 ) in IMPL_RTL_STRNAME()
787 nValue = n; in IMPL_RTL_STRNAME()
875 n *= nRadix; in IMPL_RTL_STRNAME()
876 n += nDigit; in IMPL_RTL_STRNAME()
882 return -n; in IMPL_RTL_STRNAME()
884 return n; in IMPL_RTL_STRNAME()
921 n *= nRadix; in IMPL_RTL_STRNAME()
928 return -n; in IMPL_RTL_STRNAME()
[all …]
/aoo41x/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx62 for (rtl::OString n(name); n != "com/sun/star/uno/Exception";) { in add() local
63 if (n == "com/sun/star/uno/RuntimeException") { in add()
67 list.push_back(n); in add()
68 typereg::Reader reader(manager.getTypeReader(n)); in add()
71 ::rtl::OString("Unknown type '" + n.replace('/', '.') in add()
77 n = rtl::OUStringToOString( in add()
/aoo41x/main/officecfg/util/
H A Dcomponent-conf.gen38 tr/\r\n//d;
71 print OUTFILE "attribute $myLdapName-attr $myLdapName-attr-oid cis single\n";
72 print OUTFILE "objectclass $myLdapName-class\n";
73 print OUTFILE "\toid\n";
74 print OUTFILE "\t\t$myLdapName-class-oid\n";
75 print OUTFILE "\tsuperior top\n";
76 print OUTFILE "\tallows\n";
77 print OUTFILE "\t$myLdapName-attr\n";
/aoo41x/main/sw/source/core/doc/
H A Ddbgoutsw.cxx72 for (sal_Int16 n = 0; n < rArr.Count(); n++) in lcl_dbg_out_SvPtrArr() local
74 if (n > 0) in lcl_dbg_out_SvPtrArr()
77 if (rArr[n]) in lcl_dbg_out_SvPtrArr()
78 aStr += lcl_dbg_out(*rArr[n]); in lcl_dbg_out_SvPtrArr()
876 for (sal_uInt8 n = 0; n < MAXLEVEL; n++) in lcl_dbg_out() local
878 if (n > 0) in lcl_dbg_out()
881 aResult += lcl_dbg_out(rRule.Get(n)); in lcl_dbg_out()
926 for (sal_uInt16 n = 0; n < rTbl.Count(); n++) in lcl_dbg_out() local
928 if (n > 0) in lcl_dbg_out()
931 aResult += rTbl[n]->GetName(); in lcl_dbg_out()
[all …]
/aoo41x/main/svl/inc/svl/
H A Ditempool.hxx153 static inline void SetRefCount( SfxPoolItem& rItem, sal_uLong n );
154 static inline sal_uLong AddRef( const SfxPoolItem& rItem, sal_uLong n = 1 );
155 static inline sal_uLong ReleaseRef( const SfxPoolItem& rItem, sal_uLong n = 1);
282 inline void SfxItemPool::SetRefCount( SfxPoolItem& rItem, sal_uLong n ) in SetRefCount() argument
284 rItem.SetRefCount(n); in SetRefCount()
288 inline sal_uLong SfxItemPool::AddRef( const SfxPoolItem& rItem, sal_uLong n ) in AddRef() argument
290 return rItem.AddRef(n); in AddRef()
294 inline sal_uLong SfxItemPool::ReleaseRef( const SfxPoolItem& rItem, sal_uLong n ) in ReleaseRef() argument
296 return rItem.ReleaseRef(n); in ReleaseRef()

Completed in 143 milliseconds

1...<<11121314151617181920>>...79