/trunk/main/svx/source/dialog/ |
H A D | pfiledlg.cxx | 219 static sal_uInt16 nCheck = 0; in IsAvailable() local 221 if ( nKind == SID_INSERT_SOUND && ( nCheck & PFDLG_CHECKED_SOUND ) ) in IsAvailable() 222 return (nCheck & PFDLG_FOUND_SOUND) != 0; in IsAvailable() 223 if ( nKind == SID_INSERT_VIDEO && ( nCheck & PFDLG_CHECKED_VIDEO ) ) in IsAvailable() 224 return (nCheck & PFDLG_FOUND_VIDEO) != 0; in IsAvailable() 245 nCheck |= PFDLG_CHECKED_SOUND; in IsAvailable() 250 nCheck |= PFDLG_FOUND_SOUND; in IsAvailable() 256 nCheck |= PFDLG_CHECKED_VIDEO; in IsAvailable() 261 nCheck |= PFDLG_FOUND_VIDEO; in IsAvailable()
|
/trunk/main/comphelper/source/property/ |
H A D | opropertybag.cxx | 324 sal_Int32 nCheck = nSeed; in findFreeHandle() local 325 while ( m_aDynamicProperties.hasPropertyByHandle( nCheck ) && ( nCheck != 1 ) ) in findFreeHandle() 327 nCheck = ( nCheck * nSeed ) % nPrime; in findFreeHandle() 330 if ( nCheck == 1 ) in findFreeHandle() 333 while ( m_aDynamicProperties.hasPropertyByHandle( nCheck ) ) in findFreeHandle() 334 ++nCheck; in findFreeHandle() 337 return nCheck; in findFreeHandle()
|
H A D | propagg.cxx | 127 for ( sal_Int32 nCheck = 0; nCheck < nMPLoop; ++nCheck, ++pPropsTilNow ) in OPropertyArrayAggregationHelper() local
|
/trunk/main/cui/source/options/ |
H A D | optfltr.cxx | 420 … sal_uInt16 nCheck = GetCheckButtonState( GetEntry(nSelPos), 1 ) == SV_BUTTON_CHECKED ? 1 : 0; in KeyInput() local 422 nCheck += 2; in KeyInput() 423 nCheck--; in KeyInput() 424 nCheck &= 3; in KeyInput() 425 CheckEntryPos(nSelPos, 1, 0 != (nCheck & 1)); in KeyInput() 426 CheckEntryPos(nSelPos, 0, 0 != (nCheck & 2)); in KeyInput()
|
H A D | fontsubs.cxx | 500 sal_uInt16 nCheck = IsChecked(nSelPos, 1) ? 1 : 0; in KeyInput() local 502 nCheck += 2; in KeyInput() 503 nCheck--; in KeyInput() 504 nCheck &= 3; in KeyInput() 505 CheckEntryPos(nSelPos, 1, 0 != (nCheck & 1)); in KeyInput() 506 CheckEntryPos(nSelPos, 0, 0 != (nCheck & 2)); in KeyInput()
|
/trunk/main/svl/qa/complex/ConfigItems/helper/ |
H A D | HistoryOptTest.cxx | 205 ::sal_Int32 nCheck = m_aConfigItem.GetSize(m_eList); in impl_setSize() 206 if (nCheck != nSize) in impl_setSize() 213 nCheck = xList->getElementNames().getLength(); in impl_setSize() 214 if (nCheck > nSize) in impl_setSize() 218 nCheck = xList->getElementNames().getLength(); in impl_setSize() 219 if (nCheck > nSize) in impl_setSize()
|
/trunk/main/svtools/source/dialogs/ |
H A D | roadmapwizard.cxx | 121 for ( sal_Int32 nCheck = 0; nCheck < nMinLength; ++nCheck ) in getFirstDifferentIndex() local 123 if ( _rLHS[ nCheck ] != _rRHS[ nCheck ] ) in getFirstDifferentIndex() 124 return nCheck; in getFirstDifferentIndex()
|
/trunk/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 314 sal_Int32 nCheck = 0; in GetFilterData() local 316 nCheck++; in GetFilterData() 318 nCheck += 2; in GetFilterData() 319 pFilterOptions->WriteInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Preview" ) ), nCheck ); in GetFilterData() 321 nCheck = 1; in GetFilterData() 323 nCheck++; in GetFilterData() 324 pFilterOptions->WriteInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ), nCheck ); in GetFilterData() 326 nCheck = 1; in GetFilterData() 328 nCheck++; in GetFilterData() 331 nCheck = 1; in GetFilterData() [all …]
|
/trunk/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 110 FunctionPopup_Impl( sal_uInt16 nCheck ); 122 FunctionPopup_Impl::FunctionPopup_Impl( sal_uInt16 nCheck ) : in FunctionPopup_Impl() argument 126 if (nCheck) in FunctionPopup_Impl() 127 CheckItem( nCheck ); in FunctionPopup_Impl()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | tpsubt.cxx | 250 for ( sal_uInt16 i=0, nCheck=0; i<nEntryCount; i++ ) in DoFillItemSet() local 254 DBG_ASSERT( nCheck <= nCheckCount, in DoFillItemSet() 257 pSubTotals[nCheck] = nFieldArr[i]; in DoFillItemSet() 258 pFunctions[nCheck] = LbPosToFunc( nFunction ); in DoFillItemSet() 259 nCheck++; in DoFillItemSet()
|
/trunk/main/svl/source/items/ |
H A D | stylepool.cxx | 483 sal_Int32 nCheck = -1; in insertItemSet() local 489 ++nCheck; in insertItemSet() 494 nNo = nCheck; in insertItemSet() 497 DBG_ASSERT( mnCount == nCheck, "Wrong counting"); in insertItemSet()
|
/trunk/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 129 void lcl_CheckMinMax( long& rMin, long& rMax, const SwTableLine& rLine, sal_uInt16 nCheck, bool bSe… in lcl_CheckMinMax() argument 131 ++nCheck; in lcl_CheckMinMax() 132 if( rLine.GetTabBoxes().Count() < nCheck ) in lcl_CheckMinMax() 135 nCheck = rLine.GetTabBoxes().Count(); in lcl_CheckMinMax() 140 for( sal_uInt16 nCurrBox = 0; nCurrBox < nCheck; ++nCurrBox ) in lcl_CheckMinMax() 498 sal_uInt16 nCheck = nRow; in CollectBoxSelection() local 505 nCheck = GetTabLines().C40_GETPOS( SwTableLine, pTmpL ); in CollectBoxSelection() 506 if( nCheck < nTop ) in CollectBoxSelection() 536 nCheck += (sal_uInt16)nOutSpan - 1; in CollectBoxSelection() 537 if( nCheck > nCheckBottom ) in CollectBoxSelection() [all …]
|
/trunk/main/unotools/source/i18n/ |
H A D | localedatawrapper.cxx | 1980 sal_uInt8 nCheck = nLocaleDataChecking; in evaluateLocaleDataChecking() local 1981 if (!nCheck) in evaluateLocaleDataChecking() 1984 nCheck = nLocaleDataChecking; in evaluateLocaleDataChecking() 1985 if (!nCheck) in evaluateLocaleDataChecking() 1988 nCheck = 1; in evaluateLocaleDataChecking() 1992 nCheck = 1; in evaluateLocaleDataChecking() 1994 nCheck = 2; in evaluateLocaleDataChecking() 1997 nLocaleDataChecking = nCheck; in evaluateLocaleDataChecking()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 855 sal_uInt32 nCheck, nEsc; in ReadRecordParams() local 856 *pWMF >> nCheck in ReadRecordParams() 881 if ( nCheck == nCheckSum ) in ReadRecordParams() 930 sal_uInt16 nCheck; in ReadRecordParams() local 932 *pWMF >> nComType >> nVersion >> nCheck >> nFlags in ReadRecordParams()
|
/trunk/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 942 sal_uInt16 nCheck = IsChecked(nSelPos, 1) ? 1 : 0; in KeyInput() local 944 nCheck += 2; in KeyInput() 945 nCheck--; in KeyInput() 946 nCheck &= 3; in KeyInput() 947 CheckEntryPos(nSelPos, 1, 0 != (nCheck & 1)); in KeyInput() 948 CheckEntryPos(nSelPos, 0, 0 != (nCheck & 2)); in KeyInput()
|
/trunk/main/vcl/source/gdi/ |
H A D | pngread.cxx | 324 sal_uInt32 nCheck; in ReadNextChunk() local 325 mrPNGStream >> nCheck; in ReadNextChunk() 326 if( nCRC32 != nCheck ) in ReadNextChunk()
|
/trunk/main/svl/source/numbers/ |
H A D | zforlist.cxx | 3186 xub_StrLen nCheck; in ImpGetDefaultSystemCurrencyFormat() local 3194 PutEntry( *aCurrList.GetObject( nDefault ), nCheck, nType, in ImpGetDefaultSystemCurrencyFormat() 3196 DBG_ASSERT( nCheck == 0, "NewCurrency CheckError" ); in ImpGetDefaultSystemCurrencyFormat() 3231 xub_StrLen nCheck; in ImpGetDefaultCurrencyFormat() local 3241 PutEntry( *aCurrList.GetObject( nDefault ), nCheck, nType, in ImpGetDefaultCurrencyFormat() 3243 DBG_ASSERT( nCheck == 0, "NewCurrency CheckError" ); in ImpGetDefaultCurrencyFormat()
|
H A D | zformat.cxx | 2148 short nCheck = ImpCheckCondition(fNumber, fLimit1, eOp1); in GetOutputString() local 2149 if (nCheck == -1 || nCheck == 1) // nur 1 String oder True in GetOutputString() 2153 nCheck = ImpCheckCondition(fNumber, fLimit2, eOp2); in GetOutputString() 2154 if (nCheck == -1 || nCheck == 1) in GetOutputString()
|
/trunk/main/sfx2/source/appl/ |
H A D | app.src | 488 …Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of met…
|
/trunk/extras/l10n/source/th/ |
H A D | localize.sdf | 21020 …INDUNG 0 th An appropriate component method %1\ncould not be found.\n\nCheck spelling of method…
|
/trunk/extras/l10n/source/hr/ |
H A D | localize.sdf | 20948 …INDUNG 0 hr An appropriate component method %1\ncould not be found.\n\nCheck spelling of method…
|
/trunk/extras/l10n/source/fa/ |
H A D | localize.sdf | 20948 …INDUNG 0 fa An appropriate component method %1\ncould not be found.\n\nCheck spelling of method…
|
/trunk/extras/l10n/source/sh/ |
H A D | localize.sdf | 20948 …INDUNG 0 sh An appropriate component method %1\ncould not be found.\n\nCheck spelling of method…
|
/trunk/extras/l10n/source/kn/ |
H A D | localize.sdf | 20948 …INDUNG 0 kn An appropriate component method %1\ncould not be found.\n\nCheck spelling of method…
|
/trunk/extras/l10n/source/ps/ |
H A D | localize.sdf | 20948 …INDUNG 0 ps An appropriate component method %1\ncould not be found.\n\nCheck spelling of method…
|