/aoo41x/main/extensions/source/activex/main/ |
H A D | so_activex.cpp | 403 DWORD nSubKeys = 0, nValues = 0; in DllUnregisterServerNative_Impl() local 414 &nValues, NULL, NULL, NULL, NULL ) ) in DllUnregisterServerNative_Impl() 422 if ( !nSubKeys && !nValues ) in DllUnregisterServerNative_Impl() 434 &nValues, NULL, NULL, NULL, NULL ) ) in DllUnregisterServerNative_Impl() 442 if ( !nSubKeys && !nValues ) in DllUnregisterServerNative_Impl() 600 DWORD nSubKeys = 0, nValues = 0; in DllUnregisterServerDoc_Impl() local 615 &nValues, NULL, NULL, NULL, NULL ) ) in DllUnregisterServerDoc_Impl() 623 if ( !nSubKeys && !nValues ) in DllUnregisterServerDoc_Impl() 638 &nValues, NULL, NULL, NULL, NULL ) ) in DllUnregisterServerDoc_Impl() 646 if ( !nSubKeys && !nValues ) in DllUnregisterServerDoc_Impl()
|
/aoo41x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 602 if( nValues > 0 ) in IMPL_LINK() 605 for( i = 0; i < nValues; i++ ) in IMPL_LINK() 610 if( i >= nValues ) in IMPL_LINK() 613 else if( nValues == 0 ) in IMPL_LINK() 848 if( nValues == 0 ) in EstablishQuantumRange() 856 else if( nValues > 0 ) in EstablishQuantumRange() 861 mfMax = mpRange[ nValues-1 ]; in EstablishQuantumRange() 862 for( int i = 0; i < nValues; i++ ) in EstablishQuantumRange() 1387 int nValues; in SetAdjustedNumericalValue() local 1396 if( nValues ) in SetAdjustedNumericalValue() [all …]
|
H A D | grid.cxx | 49 GridWindow::GridWindow(double* pXValues, double* pYValues, int nValues, Window* pParent, sal_Bool b… in GridWindow() argument 54 m_nValues( nValues ), in GridWindow()
|
H A D | grid.hxx | 125 GridWindow( double* pXValues, double* pYValues, int nValues,
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 855 int nValues = GCFunction; in ImplSalDDB() local 861 nValues |= ( GCForeground | GCBackground ); in ImplSalDDB() 865 aGC = XCreateGC( pXDisp, maPixmap, nValues, &aValues ); in ImplSalDDB() 882 int nValues = GCFunction; in ImplSalDDB() local 888 nValues |= ( GCForeground | GCBackground ); in ImplSalDDB() 893 aGC = XCreateGC (pDisplay, maPixmap, nValues, &aValues); in ImplSalDDB() 923 int nValues = GCFunction; in ImplSalDDB() local 929 nValues |= ( GCForeground | GCBackground ); in ImplSalDDB() 933 aGC = XCreateGC( pXDisp, maPixmap, nValues, &aValues ); in ImplSalDDB()
|
H A D | salgdi2.cxx | 636 int nValues = GCForeground | GCBackground; in drawBitmap() local 641 XGetGCValues( pXDisp, aGC, nValues, &aOldVal ); in drawBitmap() 643 XChangeGC( pXDisp, aGC, nValues, &aNewVal ); in drawBitmap() 649 XChangeGC( pXDisp, aGC, nValues, &aOldVal ); in drawBitmap() 701 const int nValues = GCFunction | GCForeground | GCBackground; in drawMaskedBitmap() local 706 aTmpGC = XCreateGC( pXDisp, aFG, nValues, &aValues ); in drawMaskedBitmap() 720 XChangeGC( pXDisp, aTmpGC, nValues, &aValues ); in drawMaskedBitmap() 730 XChangeGC( pXDisp, aTmpGC, nValues, &aValues ); in drawMaskedBitmap() 738 XChangeGC( pXDisp, aTmpGC, nValues, &aValues ); in drawMaskedBitmap()
|
H A D | salprnpsp.cxx | 534 int nValues = pKey->countValues(); in InitPaperFormats() local 535 for( int i = 0; i < nValues; i++ ) in InitPaperFormats()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLIndexSpanEntryContext.cxx | 48 nValues++; // one more for the text string in XMLIndexSpanEntryContext() 69 rValues[nValues-1].Name = rTemplateContext.sText; in FillPropertyValues() 70 rValues[nValues-1].Value = aAny; in FillPropertyValues()
|
H A D | XMLIndexSimpleEntryContext.cxx | 66 , nValues(1) in XMLIndexSimpleEntryContext() 104 nValues++; in StartElement() 111 Sequence<PropertyValue> aValues(nValues); in EndElement()
|
H A D | XMLIndexChapterInfoEntryContext.cxx | 136 nValues++; in StartElement() 142 nValues++; in StartElement() 173 nValues++; in StartElement()
|
H A D | XMLIndexBibliographyEntryContext.cxx | 148 nValues++; in StartElement() 152 nValues++; in StartElement()
|
H A D | XMLIndexSimpleEntryContext.hxx | 57 sal_Int32 nValues; member in XMLIndexSimpleEntryContext
|
H A D | XMLIndexTabStopEntryContext.cxx | 122 nValues += 2 + (bTabPositionOK ? 1 : 0) + (bLeaderCharOK ? 1 : 0); in StartElement()
|
/aoo41x/main/svx/source/items/ |
H A D | zoomslideritem.cxx | 266 const sal_Int32 nValues = maValues.getLength(); in AddSnappingPoint() local 267 maValues.realloc( nValues + 1 ); in AddSnappingPoint() 269 pValues[ nValues ] = nNew; in AddSnappingPoint()
|
/aoo41x/main/svx/inc/svx/ |
H A D | zoomitem.hxx | 58 void SetValueSet( sal_uInt16 nValues ) { nValueSet = nValues; } in SetValueSet() argument
|
/aoo41x/main/toolkit/source/helper/ |
H A D | unopropertyarrayhelper.cxx | 137 sal_Int32 nValues = rPropNames.getLength(); in fillHandles() local 140 for ( sal_Int32 n = 0; n < nValues; n++ ) in fillHandles()
|
/aoo41x/main/xmloff/source/script/ |
H A D | XMLEventExport.cxx | 227 sal_Int32 nValues = rEventValues.getLength(); in ExportEvent() local 230 for(sal_Int32 nVal = 0; nVal < nValues; nVal++) in ExportEvent()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | MSOfficePrint.java | 253 int nValues = _aStartCommand.size(); in realStartCommand() local 254 String[] aList = new String[nValues]; in realStartCommand() 255 for (int i=0;i<nValues;i++) in realStartCommand()
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | MSOfficePostscriptCreator.java | 336 int nValues = _aStartCommand.size(); in realStartCommand() local 337 String[] aList = new String[nValues]; in realStartCommand() 338 for (int i=0;i<nValues;i++) in realStartCommand()
|
/aoo41x/main/svx/source/smarttags/ |
H A D | SmartTagMgr.cxx | 483 const sal_Int32 nValues = aValues.getLength(); in ReadConfiguration() local 485 for ( sal_Int32 nI = 0; nI < nValues; ++nI ) in ReadConfiguration()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 466 int nValues = pKey->countValues(); in InitPaperFormats() local 467 for( int i = 0; i < nValues; i++ ) in InitPaperFormats()
|
/aoo41x/main/xmloff/source/forms/ |
H A D | elementexport.cxx | 1312 sal_Int32 nValues = aValues.getLength(); in exportListSourceAsElements() local 1314 sal_Int16 nMaxLen = (sal_Int16)std::max(nItems, nValues); in exportListSourceAsElements() 1328 if (i < nValues) in exportListSourceAsElements()
|
/aoo41x/main/forms/source/xforms/ |
H A D | model_ui.cxx | 994 sal_Int32 nValues = aValues.getLength(); in getInstanceData() local 996 for( sal_Int32 n = 0; n < nValues; n++ ) in getInstanceData()
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 1093 int nValues = rInfo.m_aContext.countValuesModified(); in writePrinterConfig() local 1094 for( int i = 0; i < nValues; i++ ) in writePrinterConfig()
|
H A D | printerinfomanager.cxx | 1156 int nValues = pPageSizeKey->countValues(); in setDefaultPaper() local 1157 for( int i = 0; i < nValues && ! pPaperVal; i++ ) in setDefaultPaper()
|