Home
last modified time | relevance | path

Searched refs:getIntValue (Results 1 – 19 of 19) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx115 sal_Int64 nContent = getIntValue( "PrintContent", -1 ); in getRendererCount()
171 sal_Int64 nContent = getIntValue( "PrintContent", -1 ); in render()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DEnhancedComplexTestCase.java229 int nFileCount = aIniFile.getIntValue(_sBasename, "reportcount", 0); in runThroughEveryReportInIndex()
450 int nFileCount = aIniFile.getIntValue(sBasename, "reportcount", 0); in foreachResultCreateHTML()
H A DIniFile.java367 public int getIntValue(String _sSection, String _sKey, int _nDefault) in getIntValue() method in IniFile
H A DJPEGComparator.java210 int nPages = aIniFile.getIntValue(sSectionName, "pages", 0); in checkOneFile()
212 int nTolerance = aIniFile.getIntValue(sSectionName, "tolerance", 0); in checkOneFile()
255 int nPages = aResultIniFile.getIntValue("global", "pages", 0); in evaluateResult()
259 int nPercent = aResultIniFile.getIntValue(sCurrentPage, "percent", -1); in evaluateResult()
486 int nMaxPage = Math.max(nPage, aResultIni.getIntValue("global", "pages", 0)); in compareJPEG()
H A DJPEGCreator.java82 nTolerance = aIniFile.getIntValue(sBasename, "accept", 0); // default for all pages in checkOneFile()
H A DOffice.java110 int nFileCount = aIniFile.getIntValue(sSection, "reportcount", 0); in load()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx123 …sal_uInt32 nIndex = static_cast<sal_Int32>(mrProperties.getIntValue("SlidesPerPage", sal_Int32(0))… in GetHandoutPageCount()
154 … sal_Int32 nQuality = static_cast<sal_Int32>(mrProperties.getIntValue( "Quality", sal_Int32(0) )); in GetOutputQuality()
185 …sal_Int32 nInclude = static_cast<sal_Int32>(mrProperties.getIntValue( "PrintProspectInclude", 0 )); in IsPrintFrontPage()
191 …sal_Int32 nInclude = static_cast<sal_Int32>(mrProperties.getIntValue( "PrintProspectInclude", 0 )); in IsPrintBackPage()
202 … sal_Int32 nContent = static_cast<sal_Int32>(mrProperties.getIntValue( "PrintContent", 0 )); in GetPrinterSelection()
252 sal_Int32 nValue = static_cast<sal_Int32>(mrProperties.getIntValue( pName )); in GetBoolValue()
/trunk/main/starmath/source/
H A Dview.cxx1061 …SmPrintSize ePrintSize( static_cast< SmPrintSize >( rPrintUIOptions.getIntValue( PRTUIOPT_PRINT_FO… in Impl_Print()
1062 …const sal_uInt16 nZoomFactor = static_cast< sal_uInt16 >(rPrintUIOptions.getIntValue( PRTUIOPT_PRI… in Impl_Print()
/trunk/main/sw/inc/
H A Dprintdata.hxx199 …bool IsPrintProspectRTL() const { return getIntValue( "PrintProspectRTL", m_rDefa… in IsPrintProspectRTL()
203 …sal_Int16 GetPrintPostItsType() const { return static_cast< sal_Int16 >(getIntValue( "PrintA… in GetPrintPostItsType()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1225 const sal_Int64 nContent = rOptions.getIntValue( "PrintContent", 0 ); in CalculatePagesForPrinting()
1387 sal_Int16 nPostItMode = (sal_Int16) rOptions.getIntValue( "PrintAnnotationMode", 0 ); in UpdatePagesForPrintingWithPostItData()
1584 const sal_Int64 nContent = rOptions.getIntValue( "PrintContent", 0 ); in CalculatePagePairsForProspectPrinting()
1625 bool bPrintProspectRTL = rOptions.getIntValue( "PrintProspectRTL", 0 ) ? true : false; in CalculatePagePairsForProspectPrinting()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx458 sal_Int64 nLRPages = getIntValue( "PrintLeftRightPages", 0 /* default: all */ ); in IsPrintLeftPages()
469 sal_Int64 nLRPages = getIntValue( "PrintLeftRightPages", 0 /* default: all */ ); in IsPrintRightPages()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2827 …const sal_Int16 nPostItMode = (sal_Int16) m_pPrintUIOptions->getIntValue( "PrintAnnotationMode", 0… in getRendererCount()
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java85 int nPages = aIniFile.getIntValue("global", "pages", 0); in fillImageIconsFromInifile()
H A DIniFile.java388 public int getIntValue(String _sSection, String _sKey, int _nDefault) in getIntValue() method in IniFile
/trunk/main/vcl/inc/
H A Dgraphite_features.hxx59 int getIntValue(const std::string & id, size_t offset, size_t length);
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx596 sal_Int64 getIntValue( const rtl::OUString& i_rPropertyName, sal_Int64 i_nDefault = 0 ) const;
598 sal_Int64 getIntValue( const char* i_pPropName, sal_Int64 i_nDefault = 0 ) const in getIntValue() function in vcl::PrinterOptionsHelper
599 { return getIntValue( rtl::OUString::createFromAscii( i_pPropName ), i_nDefault ); } in getIntValue()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1730 sal_Int64 PrinterOptionsHelper::getIntValue( const rtl::OUString& i_rPropertyName, sal_Int64 i_nDef… in getIntValue() function in PrinterOptionsHelper
/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx108 else maSettings[mnNumSettings].id = getIntValue(features, pos, nEquals - pos); in GrFeatureParser()
118 maSettings[mnNumSettings].value= getIntValue(features, pos, nFeatEnd - pos); in GrFeatureParser()
228 int GrFeatureParser::getIntValue(const std::string & id, size_t offset, size_t length) in getIntValue() function in GrFeatureParser
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx63 CPPUNIT_ASSERT_MESSAGE("Wrong int value", intProp->getIntValue() == 35); in testCreateIntProperty()
74 strProp->getIntValue(); in testCreateStringProperty()
162 … CPPUNIT_ASSERT_MESSAGE("Property not in property sequence", pb->get(0)->getIntValue() == 12); in testPropertyBagAsArray()
188 … CPPUNIT_ASSERT_MESSAGE("Copy property bag failed", propBagCopy->get(0)->getIntValue() == 12); in testCopyPropertyBag()
236 propSeq->get(0)->getIntValue() == propSeq->get(1)->getIntValue()); in testDuplicateValuesInArray()
562 … CPPUNIT_ASSERT_MESSAGE("getIntValue: wrong twips value returned", tp1->getIntValue() == 567); in testCreateTwipsProperty()
566 … CPPUNIT_ASSERT_MESSAGE("getIntValue: wrong twips value returned", tp2->getIntValue() == 567); in testCreateTwipsProperty()
570 … CPPUNIT_ASSERT_MESSAGE("getIntValue: wrong twips value returned", tp3->getIntValue() == 567); in testCreateTwipsProperty()
574 CPPUNIT_ASSERT_MESSAGE("getIntValue: wrong twips value returned", tp4->getIntValue() == 0); in testCreateTwipsProperty()
578 … CPPUNIT_ASSERT_MESSAGE("getIntValue: wrong twips value returned", tp5->getIntValue() == 567); in testCreateTwipsProperty()
[all …]

Completed in 122 milliseconds