Home
last modified time | relevance | path

Searched refs:n (Results 401 – 425 of 1957) sorted by relevance

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

/trunk/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx125 void SetWidth( long n ) in SetWidth() argument
126 { nWidth = n; } in SetWidth()
127 void SetWidthPercent( long n ) in SetWidthPercent() argument
128 { nWidth = n; eSizeSelector = SIZE_PERCENT; } in SetWidthPercent()
129 void SetWidthRel( long n ) in SetWidthRel() argument
130 { nWidth = n; eSizeSelector = SIZE_REL; } in SetWidthRel()
131 void SetWidthAbs( long n ) in SetWidthAbs() argument
132 { nWidth = n; eSizeSelector = SIZE_ABS; } in SetWidthAbs()
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx84 void SetRow( sal_uInt8 n ) { if( n ) mnRow = n; } in SetRow() argument
87 void SetCol( sal_uInt8 n ) { if( n ) mnCol = n; } in SetCol() argument
90 void SetSttPage( sal_uInt16 n ) { mnSttPage = n; } in SetSttPage() argument
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx117 for( sal_uInt16 n = 0; n < nCnt; ++n ) in lcl_FillList() local
521 for ( sal_uInt16 n=0; n < nCount; n++ ) in RecurseList() local
529 SectRepr* pSectRepr = new SectRepr( n, in RecurseList()
552 for( sal_uInt16 n = 0; n < nCnt; ++n ) in RecurseList() local
555 pFmt = aTmpArr[n]->GetFmt(); in RecurseList()
560 pSect=aTmpArr[n]; in RecurseList()
1570 for( sal_uInt16 n = 0; n < aArr.Count(); ++n ) in lcl_ReadSections() local
1571 rBox.InsertEntry( *aArr[ n ] ); in lcl_ReadSections()
2058 inline sal_uInt16 GetNumPos( sal_uInt16 n ) in GetNumPos() argument
2060 return SVX_NUM_ARABIC < n ? n - 4 : n; in GetNumPos()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx986 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
987 xRow->appendVoid( pProps[ n ] ); in getPropertyValues()
1015 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
1017 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
1230 for ( sal_Int32 n = 0; n < nCount; ++n ) in setPropertyValues() local
1303 nTitlePos = n; in setPropertyValues()
1396 aRet[ n ] <<= e; in setPropertyValues()
1400 aRet[ n ] <<= e; in setPropertyValues()
1404 aRet[ n ] <<= e; in setPropertyValues()
1408 aRet[ n ] <<= e; in setPropertyValues()
[all …]
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1118 int n = 0, nLoop = 0; in implCursorUpDown() local
1122 if( n == -1 ) in implCursorUpDown()
1125 n = 0; in implCursorUpDown()
1141 nLoop = n; in implCursorUpDown()
1149 nLoop = n-1; in implCursorUpDown()
1153 n = -1; in implCursorUpDown()
1162 if ( n ) in implCursorUpDown()
1163 n--; in implCursorUpDown()
1173 n++; in implCursorUpDown()
1176 n = 0; in implCursorUpDown()
[all …]
/trunk/main/sal/rtl/source/
H A Dstrbuf.c111 sal_Int32 n; in rtl_stringbuffer_insert() local
125 n = (nOldLen - offset); in rtl_stringbuffer_insert()
126 if( n == 1 ) in rtl_stringbuffer_insert()
129 else if( n > 1 ) in rtl_stringbuffer_insert()
130 rtl_moveMemory( pBuf + offset + len, pBuf + offset, n * sizeof(sal_Char) ); in rtl_stringbuffer_insert()
133 n = len; in rtl_stringbuffer_insert()
137 else if( n > 1 ) in rtl_stringbuffer_insert()
/trunk/main/sfx2/source/view/
H A Dframe.cxx325 for( sal_uInt16 n = 0; n<nCount; n++ ) in CancelTransfers() local
326 GetChildFrame( n )->CancelTransfers(); in CancelTransfers()
364 void SfxFrame::SetFrameType_Impl( sal_uInt32 n ) in SetFrameType_Impl() argument
366 pImp->nType = n; in SetFrameType_Impl()
396 for ( sal_uInt16 n=nCount; n>0; n--) in GetViewData_Impl() local
398 SfxFrame* pFrame = (*pChildArr)[n-1]; in GetViewData_Impl()
513 for ( sal_uInt16 n=0; n<nCount; n++) in GetTargetList() local
515 SfxFrame* pFrame = (*pChildArr)[n]; in GetTargetList()
/trunk/main/svx/source/xoutdev/
H A Dxattrbmp.cxx401 for ( sal_Int32 n = 0; n < aPropSeq.getLength(); n++ ) in PutValue() local
403 if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Name" ))) in PutValue()
404 bSetName = (aPropSeq[n].Value >>= aName); in PutValue()
405 … else if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FillBitmapURL" ))) in PutValue()
406 bSetURL = (aPropSeq[n].Value >>= aURL); in PutValue()
407 else if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Bitmap" ))) in PutValue()
408 bSetBitmap = (aPropSeq[n].Value >>= xBmp); in PutValue()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx890 for( int n = 0; n < nLen ; n ++ ) in getFirstLineBreak() local
892 if( LINEFEED == pSource[n] ) { in getFirstLineBreak()
893 return n; in getFirstLineBreak()
906 for( int n = nLen-1; n >= 0 ; n -- ) in getLastLineBreak() local
908 if( LINEFEED == pSource[n] ) { in getLastLineBreak()
909 return n; in getLastLineBreak()
1159 sal_Int16 n; in startElement() local
1160 for( n = 0 ; n < static_cast<sal_Int16>(nAttribCount) ; n ++ ) { in startElement()
1162 OUString tmp = xAttribs->getNameByIndex( n ); in startElement()
1168 tmp = xAttribs->getValueByIndex( n ); in startElement()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx1122 void SetType( sal_uInt16 n ) { TYPECOUNT.TC.nType = n; } in SetType() argument
1127 void SetCount( sal_uInt16 n ) { TYPECOUNT.TC.nCount = n; } in SetCount() argument
1135 void SetContent( xub_StrLen n ) { nContent = n; } in SetContent() argument
1507 for( sal_uInt32 n = rDObj.Count(); n; ) in _SaveCntntIdx() local
1610 for( sal_uInt16 n = 0; n < rTbl.Count(); ++n ) in _SaveCntntIdx() local
1612 FOREACHPAM_START( rTbl[ n ] ) in _SaveCntntIdx()
1641 sal_uInt16 n = 0; in _RestoreCntntIdx() local
1642 while( n < rSaveArr.Count() ) in _RestoreCntntIdx()
1804 sal_uInt16 n = 0; in _RestoreCntntIdx() local
1805 while( n < rSaveArr.Count() ) in _RestoreCntntIdx()
[all …]
/trunk/main/unotools/source/config/
H A Doptionsdlg.cxx118 for ( sal_uInt32 n = 0; n < nCount; n++ ) in SvtOptionsDlgOptions_Impl() local
120 OUString sSubNode( sNode + aNodeSeq[n] ); in SvtOptionsDlgOptions_Impl()
184 for ( sal_uInt32 n = 0; n < (sal_uInt32)aNodes.getLength(); ++n ) in ReadNode() local
186 OUString sSubNodeName( sNodes + m_sPathDelimiter + aNodes[n] ); in ReadNode()
/trunk/main/registry/workben/
H A Dregspeed.cxx162 for (sal_Int32 n=0; n < S3; n++) in main() local
165 keyName3 += OUString().valueOf(n); in main()
211 for (sal_Int32 n=0; n < S3; n++) in main() local
221 keyName3 += OUString().valueOf(n); in main()
/trunk/main/sal/workben/
H A Dt_cipher.c324 int i, n; in main() local
326 n = sizeof(arcfour_data_len) / sizeof(arcfour_data_len[0]); in main()
327 for (i = 0; i < n; i++) in main()
344 n = arcfour_data_len[3]; in main()
345 for (i = 1; i < n; i++) in main()
363 n = arcfour_data_len[3]; in main()
364 for (i = 1; i < n; i++) in main()
380 cipher, &(arcfour_data[3][length]), n - length, in main()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dfrisian.lm3 n 9616
207 n. 301
223 n._ 285
236 ûn 270
280 ân 219
286 n, 217
294 n,_ 213
399n 159
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx426 sal_uInt32 n = list.getLength(); in getLongListValue() local
427 if (n > SAL_MAX_INT32) { in getLongListValue()
436 for (sal_uInt32 i = 0; i < n; ++i) { in getLongListValue()
608 sal_uInt32 n = list.getLength(); in getAsciiListValue() local
609 if (n > SAL_MAX_INT32) { in getAsciiListValue()
802 sal_uInt32 n = list.getLength(); in getStringListValue() local
803 if (n > SAL_MAX_INT32) { in getStringListValue()
1005 sal_uInt32 n = list.getLength(); in openKeys() local
1006 if (n > SAL_MAX_INT32) { in openKeys()
1038 sal_uInt32 n = list.getLength(); in getKeyNames() local
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx392 gint n = 0; in wrapper_get_n_children() local
397 n = obj->mpContext->getAccessibleChildCount(); in wrapper_get_n_children()
404 return n; in wrapper_get_n_children()
480 for( sal_Int32 n = 0; n < nRelations; n++ ) in wrapper_ref_relation_set() local
482 accessibility::AccessibleRelation aRelation = xRelationSet->getRelation( n ); in wrapper_ref_relation_set()
553 sal_Int32 n = rStates.getLength();
555 for (sal_Int32 i = 0; i < n; ++i)
583 for( sal_Int32 n = 0; n < aStates.getLength(); n++ ) in wrapper_ref_state_set() local
584 atk_state_set_add_state( pSet, mapAtkState( aStates[n] ) ); in wrapper_ref_state_set()
/trunk/main/cui/source/customize/
H A Dselector.cxx340 for ( long n = 0; n < children.getLength(); n++ ) in fillScriptList() local
342 Reference< browse::XBrowseNode >& theChild = children[n]; in fillScriptList()
374 if ( children[n]->getType() == browse::BrowseNodeTypes::SCRIPT ) in fillScriptList()
406 children[n]->getChildNodes(); in fillScriptList()
827 for ( long n = 0; n < children.getLength(); n++ ) in GroupSelected() local
829 if (!children[n].is()) in GroupSelected()
831 if (children[n]->getType() == browse::BrowseNodeTypes::SCRIPT) in GroupSelected()
836 Reference < beans::XPropertySet >xPropSet( children[n], UNO_QUERY ); in GroupSelected()
860 …Image aImage = GetImage( children[n], Reference< XComponentContext >(), sal_False, BMP_COLOR_NORMA… in GroupSelected()
862 pFunctionListBox->InsertEntry( children[n]->getName(), NULL ); in GroupSelected()
[all …]
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx452 for ( sal_uInt16 n = 0; n < nEntries; n++ ) in UpdateEntries() local
454 DirEntry& rEntry = aDir[n]; in UpdateEntries()
563 sal_uInt16 n; in PreExecute() local
564 for ( n = nOwnChilds; n < nChilds; n++ ) in PreExecute()
566 Window* pChild = GetPathDialog()->GetChild( n ); in PreExecute()
595 for ( n = nOwnChilds; n < nChilds; n++ ) in PreExecute()
597 Window* pChild = GetPathDialog()->GetChild( n ); in PreExecute()
1015 for ( sal_uInt16 n = 0; n < nEntries; n++ ) in UpdateEntries() local
1017 DirEntry& rEntry = aDir[n]; in UpdateEntries()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx487 for( sal_uInt32 n = 0 ; n < nNumOfLoc ; n++ ) in InitDefLocales() local
489 pDefLocales[ n ].Language = STRING::createFromAscii( pLang[ n ] ); in InitDefLocales()
490 pDefLocales[ n ].Country = STRING::createFromAscii( pCoun[ n ] ); in InitDefLocales()
521 for( sal_uInt32 n = 0 ; n < nCount ; n++ ) in getCompatibilityNames() local
523 pArray[ n ] = CSS::sheet::LocalizedName( GetLocale( n ), *r.Get( n ) ); in getCompatibilityNames()
731 sal_Int32 n = static_cast< sal_Int32 >( fInt ); in getMultinomial() local
732 if( n > 0 ) in getMultinomial()
734 nZ += n; in getMultinomial()
735 fN *= Fak( n ); in getMultinomial()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx281 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in DeleteAndDestroy() local
548 for( xub_StrLen n = nEndPos - 3; nSttPos < n; ) in FnChgOrdinalNumber() local
590 xub_StrLen n; in FnChgToEnEmDash() local
591 for( n = nSttPos+2; n < nEndPos && lcl_IsInAsciiArr( in FnChgToEnEmDash()
593 ++n ) in FnChgToEnEmDash()
599 for( n = nSttPos-1; n && lcl_IsInAsciiArr( in FnChgToEnEmDash()
626 for( n = nSttPos; n < nEndPos && lcl_IsInAsciiArr( in FnChgToEnEmDash()
628 ++n ) in FnChgToEnEmDash()
635 for( n = nTmpPos-1; n && lcl_IsInAsciiArr( in FnChgToEnEmDash()
1915 n < pList->Count() && in lcl_FindAbbreviation()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1439 for( sal_uInt16 n = 0; n < pDoc->GetFtnIdxs().Count(); ++n ) in InsertHint() local
1445 pDoc->GetFtnIdxs().Remove( n ); in InsertHint()
1888 for ( sal_uInt16 n = 0; n < m_pSwpHints->Count(); ++n ) in SetAttr() local
1890 if ( (*m_pSwpHints)[ n ]->IsCharFmtAttr() ) in SetAttr()
2128 for (sal_uInt16 n = 0; n < nSize; ++n) in GetAttr() local
2130 const SwTxtAttr* pHt = (*m_pSwpHints)[n]; in GetAttr()
2156 for (sal_uInt16 n = 0; n < nSize; ++n) in GetAttr() local
2158 const SwTxtAttr* pHt = (*m_pSwpHints)[n]; in GetAttr()
2273 for (sal_uInt16 n = 0; n < coArrSz; ++n) in GetAttr() local
2981 for( sal_uInt16 n = 0, nEnd = Count(); n < nEnd; ++n ) in TryInsertHint() local
[all …]
/trunk/main/tools/bootstrp/
H A Dso_checksum.cxx35 for ( int n = 1; n < argc; n++ ) in main() local
38 rtlDigestError error = calc_md5_checksum( argv[n], aChecksum ); in main()
42 printf( "%s %s\n", aChecksum.GetBuffer(), argv[n] ); in main()
45 printf( "ERROR: Unable to calculate MD5 checksum for %s\n", argv[n] ); in main()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1000 sal_uInt32 n = 0; in IMPL_LINK() local
1027 ++n; in IMPL_LINK()
1320 while( n ) in SuggestionList()
1324 --n; in SuggestionList()
1656 while( n ) in DeleteEntryFromDictionary()
1668 --n; in DeleteEntryFromDictionary()
1715 while( n ) in UpdateOriginalLB()
1720 --n; in UpdateOriginalLB()
1761 m_pSuggestions->Set( pSugg[ n ], sal_uInt16( n ) ); in UpdateSuggestions()
1762 ++n; in UpdateSuggestions()
[all …]
/trunk/main/binaryurp/source/
H A Dbridgefactory.cxx76 rtl::OUString n(bridge->getName()); in removeBridge() local
78 if ( n.isEmpty() ) { in removeBridge()
85 BridgeMap::iterator i(named_.find(n)); in removeBridge()
182 sal_Int32 n = static_cast< sal_Int32 >(unnamed_.size()); in getExistingBridges() local
183 if (named_.size() > static_cast< sal_uInt32 >(SAL_MAX_INT32 - n)) { in getExistingBridges()
190 n = static_cast< sal_Int32 >(n + named_.size()); in getExistingBridges()
191 css::uno::Sequence< css::uno::Reference< css::bridge::XBridge > > s(n); in getExistingBridges()
/trunk/main/comphelper/inc/comphelper/
H A Dnewarray.hxx32 newArray_null(size_t const n) throw() in newArray_null() argument
34 if ((::std::numeric_limits<size_t>::max() / sizeof(T)) <= n) { in newArray_null()
37 return new (::std::nothrow) T[n]; in newArray_null()
41 newArray_ex(size_t const n) in newArray_ex() argument
43 if ((::std::numeric_limits<size_t>::max() / sizeof(T)) <= n) { in newArray_ex()
46 return new T[n]; in newArray_ex()

Completed in 173 milliseconds

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