Home
last modified time | relevance | path

Searched refs:n (Results 501 – 525 of 1957) sorted by relevance

1...<<21222324252627282930>>...79

/trunk/main/svtools/source/edit/
H A Dtextdoc.hxx52 TextCharAttrib* GetAttrib( sal_uInt16 n ) const { return TextCharAttribs::GetObject( n ); } in GetAttrib()
53 void RemoveAttrib( sal_uInt16 n ) { TextCharAttribs::Remove( n, 1 ); } in RemoveAttrib() argument
132 void SetLeftMargin( sal_uInt16 n ) { mnLeftMargin = n; } in SetLeftMargin() argument
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm649 for( unsigned int n = 0; n < nViews; n++ )
651 aUnion = NSUnionRect( aUnion, [[pSubViews objectAtIndex: n] frame] );
655 for( unsigned int n = 0; n < nViews; n++ )
657 NSView* pCurSubView = [pSubViews objectAtIndex: n];
695 for( unsigned int n = 0; n < nSubViews; n++ )
697 NSView* pCurSubView = [pSubViews objectAtIndex: n];
758 aBuf.setCharAt( nIndex, '\n' );
1123 for( int n = 0; n < aOptProp.getLength(); n++ )
1125 const beans::PropertyValue& rEntry( aOptProp[ n ] );
1174 for( int n = 0; n < aOptProp.getLength(); n++ )
[all …]
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java113 for (int n = 0; n < CurRecordTable.xTableColumns.getCount(); n++) in initializeRecordTableMembers()
115 assignCells(n, false); in initializeRecordTableMembers()
184 for (int n = 0; n < xTableColumns.getCount(); n++) in DBColumn()
188 xCell = xCellRange.getCellByPosition(n, m); in DBColumn()
202 ValColumn = n; in DBColumn()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx216 sal_uInt32 n = envv.getLength() + 1; // copy the final '\0', too in setup_process_environment() local
220 n * sizeof(sal_Unicode)); in setup_process_environment()
221 pos += n; in setup_process_environment()
477 for (sal_uInt32 n = (NULL != ustrImageName) ? 0 : 1; n < nArguments; n++) in osl_executeProcess_WithRedirectedIO() local
482 if (rtl::OUString(ustrArguments[n]).indexOf(' ') != -1) in osl_executeProcess_WithRedirectedIO()
483 command_line.append(quote_string(ustrArguments[n])); in osl_executeProcess_WithRedirectedIO()
485 command_line.append(ustrArguments[n]); in osl_executeProcess_WithRedirectedIO()
/trunk/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx233 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement() local
235 pEventEntry = m_aEventsMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
242 aLanguage = xAttribs->getValueByIndex( n ); in startElement()
248 aEventName = xAttribs->getValueByIndex( n ); in startElement()
254 aURL = xAttribs->getValueByIndex( n ); in startElement()
260 aMacroName = xAttribs->getValueByIndex( n ); in startElement()
266 aLibrary = xAttribs->getValueByIndex( n ); in startElement()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx558 sal_uInt16 n; in SetSeqRefNo() local
575 for( n = 0; n < aArr.Count(); ++n ) in SetSeqRefNo()
576 if( aArr[ n ] > nNum ) in SetSeqRefNo()
578 else if( aArr[ n ] == nNum ) in SetSeqRefNo()
581 if( n == aArr.Count() ) in SetSeqRefNo()
586 for( n = 0; n < aArr.Count(); ++n ) in SetSeqRefNo()
587 if( n != aArr[ n ] ) in SetSeqRefNo()
590 rFld.SetSeqNumber( n ); in SetSeqRefNo()
591 return n; in SetSeqRefNo()
/trunk/main/xmloff/source/transform/
H A DOOo2Oasis.cxx84 ENTRY3( n, l, a, p1, p2, 0 )
91 #define ENTRY1( n, l, a, p1 ) \ argument
92 ENTRY3( n, l, a, p1, 0, 0 )
96 #define ENTRY0( n, l, a ) \ argument
97 ENTRY3( n, l, a, 0, 0, 0 )
1630 sal_uInt16 n ) in GetUserDefinedActions() argument
1633 if( n < MAX_OOO_ACTIONS ) in GetUserDefinedActions()
1635 if( !m_aActions[n] ) in GetUserDefinedActions()
1639 m_aActions[n] = in GetUserDefinedActions()
1642 else switch( n ) in GetUserDefinedActions()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx818 for ( USHORT n = 0; n < nLen; n++ )
819 *(*pBuf)++ = aNumber1[ n ];
830 for ( n = 0; n < ( 5 - nLen ); n++ )
835 for ( USHORT n = 0; n < nLen; n++ )
837 *(*pBuf)++ = aNumber2[ n ];
/trunk/main/toolkit/source/helper/
H A Dproperty.cxx354 sal_uInt16 n; in ImplGetImplPropertyInfo() local
355 for ( n = 0; n < nElements && pInfos[n].nPropId != nPropertyId; ++n) in ImplGetImplPropertyInfo()
358 return (n < nElements) ? &pInfos[n] : NULL; in ImplGetImplPropertyInfo()
367 for ( sal_uInt16 n = nElements; n; ) in GetPropertyOrderNr() local
369 if ( pInfos[--n].nPropId == nPropertyId ) in GetPropertyOrderNr()
370 return n; in GetPropertyOrderNr()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx169 for( sal_uInt16 n = 0; aIdArr[ n ]; n += 2 ) in lcl_DescSetAttr() local
171 for( sal_uInt16 nId = aIdArr[ n ]; nId <= aIdArr[ n+1]; ++nId ) in lcl_DescSetAttr()
635 for( sal_uInt16 n = 0, nEnd = aPageDescs.Count(); n < nEnd; ++n ) in FindPageDescByName() local
636 if( aPageDescs[ n ]->GetName() == rName ) in FindPageDescByName()
638 pRet = aPageDescs[ n ]; in FindPageDescByName()
640 *pPos = n; in FindPageDescByName()
/trunk/main/rsc/source/res/
H A Drscstr.cxx282 sal_uInt32 n = 0; in WriteSrc() local
288 while( pStrI->pStr[ n ] in WriteSrc()
291 fputc( pStrI->pStr[ n ], fOutput ); in WriteSrc()
292 if( pStrI->pStr[ n ] == '\\' ) in WriteSrc()
294 n++; in WriteSrc()
299 if( pStrI->pStr[ n ] ) //nocht nicht zu ende in WriteSrc()
301 } while( pStrI->pStr[ n ] ); in WriteSrc()
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx420 for ( sal_Int32 n = 0; n < nCount; ++n ) in getColumnType()
422 Property& rProp = pProps[ n ]; in getColumnType()
444 for ( sal_Int32 n = 0; n < nCount; ++n ) in getColumnType() local
446 Property& rProp = pProps[ n ]; in getColumnType()
/trunk/main/desktop/source/app/
H A Ddesktop.src39 …Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved an…
134 …e started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your…
146 …ontinuing, you should make sure user '$u' closes %PRODUCTNAME on host '$h'.\n\nDo you really want …
224 Text [ en-US ] = "The path manager is not available.\n" ;
229 … disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n\n" ;
234 … that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n\n" ;
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java208 for ( int n = 0; n < aCommandURLTestSet.length; n++ ) in testCommands()
215 aURL[0].Complete = ".uno:" + aCommandURLTestSet[n]; in testCommands()
282 for ( int n = 0; n < aCommandsSeq.length; n++ ) { in enableCommands()
285 xNameContainer.removeByName( aCommandsSeq[n] ); in enableCommands()
/trunk/main/sw/source/core/edit/
H A Dedfld.cxx257 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in lcl_FindInputFld() local
258 if( 0 != (pItem = pDoc->GetAttrPool().GetItem2( RES_TXTATR_INPUTFIELD, n ) ) in lcl_FindInputFld()
271 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in lcl_FindInputFld() local
272 if( 0 != (pItem = pDoc->GetAttrPool().GetItem2( RES_TXTATR_FIELD, n ) ) in lcl_FindInputFld()
/trunk/main/basctl/source/basicide/
H A Dbastype3.cxx210 for ( size_t n = 0; n < aEntries.size(); n++ ) in FindVariable() local
212 SvLBoxEntry* pLE = aEntries[n]; in FindVariable()
319 for ( size_t n = 0; n < aEntries.size(); n++ ) in GetEntryDescriptor() local
321 SvLBoxEntry* pLE = aEntries[n]; in GetEntryDescriptor()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2802 public XElement createElement(String n) { in createElement() argument
2806 public XElement createElementNS(String n, String q) { in createElementNS() argument
2836 public XNodeList getElementsByTagName(String n) { in getElementsByTagName() argument
2864 public XNode getNamedItemNS(String n, String l) { in getNamedItemNS() argument
2902 public String getAttribute(String n) { in getAttribute() argument
2906 public XAttr getAttributeNode(String n) { in getAttributeNode() argument
2910 public XAttr getAttributeNodeNS(String n, String l) { in getAttributeNodeNS() argument
2914 public String getAttributeNS(String n, String q) { in getAttributeNS() argument
2918 public XNodeList getElementsByTagName(String n) { in getElementsByTagName() argument
2929 public boolean hasAttribute(String n) { in hasAttribute() argument
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8StyleSheet.cxx34 for (sal_uInt32 n = 0; n < nCount; ++n) in initPayload() local
169 for (sal_uInt32 n = 0; n < nIndex; ++n) in get_upx() local
/trunk/main/uui/source/
H A Dalreadyopen.src36 …ifferent system since $(ARG2)\n\nOpen document read-only, or ignore own file locking and open the …
48 … system since $(ARG2)\n\nClose document on other system and retry saving or ignore own file lockin…
/trunk/main/sw/source/core/undo/
H A Dundel.cxx73 for( sal_uInt16 n = 0; n < rSpzArr.Count(); ++n ) in lcl_MakeAutoFrms() local
75 pFmt = (SwFlyFrmFmt*)rSpzArr[n]; in lcl_MakeAutoFrms()
551 for ( sal_uInt16 n = 0; n < rHistory.Count(); n++) in lcl_RewriterFromHistory() local
553 String aDescr = rHistory[n]->GetDescription(); in lcl_RewriterFromHistory()
640 for( sal_uInt16 n = 0; n < rSpzArr.Count(); ++n ) in lcl_ReAnchorAtCntntFlyFrames() local
642 pFmt = (SwFlyFrmFmt*)rSpzArr[n]; in lcl_ReAnchorAtCntntFlyFrames()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx262 int n = 0; in GetDefaultMonitorNumber() local
268 n = gdk_screen_get_primary_monitor(pScreen); in GetDefaultMonitorNumber()
273 n = sym_gdk_screen_get_primary_monitor( pScreen ); in GetDefaultMonitorNumber()
275 if( n >= 0 && size_t(n) < m_aXineramaScreenIndexMap.size() ) in GetDefaultMonitorNumber()
276 n = m_aXineramaScreenIndexMap[n]; in GetDefaultMonitorNumber()
278 return n; in GetDefaultMonitorNumber()
709 for( int n = 0; n < nScreens; n++ ) in Init() local
711 GdkScreen *pScreen = gdk_display_get_screen( pGdkDisp, n ); in Init()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.cxx355 for (sal_Int32 n = 0; n < nLength; n++) in PropertySequence() local
357 PropertyIds aId = m_rPropNameSupplier.GetId(m_sequence[n].Name); in PropertySequence()
358 m_indexMap[aId] = n; in PropertySequence()
449 for (sal_Int32 n = 0; n < nCount; n++) in toString() local
451 if (n > 0) in toString()
454 …::std::string sTmp = ::rtl::OUStringToOString(m_sequence[n].Name, RTL_TEXTENCODING_ASCII_US).getSt… in toString()
458 if (m_sequence[n].Value.hasValue()) in toString()
461 m_sequence[n].Value >>= nValue; in toString()
H A DDomainMapperTableHandler.cxx60 for (sal_Int32 n = 0; n < nCount; n++) in cellSequenceToTags() local
62 Handle_t aHandle = rCellSequence[n]; in cellSequenceToTags()
72 for (sal_Int32 n = 0; n < nCount; n++) in rowSequenceToTags() local
74 CellSequence_t & rCells = rRowSequence[n]; in rowSequenceToTags()
87 for (sal_Int32 n = 0; n < nCount; n++) in tableSequenceToTag() local
89 RowSequence_t & rRowSequence = rTableSequence[n]; in tableSequenceToTag()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1002 for( sal_uInt16 n = 0; n < pDoc->GetSpzFrmFmts()->Count(); ++n ) in GetPageObjs() local
1004 pFmt = (const SwFrmFmt*)(*pDoc->GetSpzFrmFmts())[n]; in GetPageObjs()
1032 for( sal_uInt16 n = 0; n < rFillArr.Count(); ++n ) in SetPageObjsNewPage() local
1034 pFmt = (SwFrmFmt*)rFillArr[n]; in SetPageObjsNewPage()
1485 for( sal_uInt16 n = 0, nEnd = pHts->Count(); n < nEnd; ++n ) in RequestObjectResize() local
1486 if( RES_TXTATR_FIELD == ( pItem = &(*pHts)[ n ]->GetAttr())->Which() in RequestObjectResize()
1586 for( sal_uInt16 n = 0; n < nCnt; ++n ) in WizzardGetFly() local
1588 SwFrmFmt* pFmt = rSpzArr[ n ]; in WizzardGetFly()
2041 for (sal_uInt16 n = 0; n < nCnt; n++) in GetConnectableFrmFmts() local
2043 const SwFrmFmt & rFmt1 = *(pDoc->GetFlyNum(n, FLYCNTTYPE_FRM)); in GetConnectableFrmFmts()
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx69 int fallFac( int n, int k ) in fallFac() argument
73 assert(n>=0); // "For factorials, n must be positive" in fallFac()
79 while( k-- && n ) res *= n--; in fallFac()
86 int fac( int n ) in fac() argument
88 return fallFac(n, n); in fac()
841 const int i_card( 2*n ); in Impl_calcSafeParams_focus()
842 const int j_card( n + 1 ); in Impl_calcSafeParams_focus()
843 const int k_max( n-1 ); in Impl_calcSafeParams_focus()
857 assert(l>=0 && l<=n); // l \in {0,...,n} in Impl_calcSafeParams_focus()
862 d += static_cast<double>(fallFac(n,l)*fallFac(n-1,k)*fac(i)) / in Impl_calcSafeParams_focus()
[all …]

Completed in 149 milliseconds

1...<<21222324252627282930>>...79