Searched refs:nOption (Results 1 – 11 of 11) sorted by relevance
/trunk/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 168 int nOption, i, nValue; in InitFields() local 190 if( nOption != -1 ) in InitFields() 269 if( nOption != -1 ) in InitFields() 525 if( nOption != -1 && nOption != mnCurrentOption ) in IMPL_LINK() 528 mnCurrentOption = nOption; in IMPL_LINK() 598 if( nOption != -1 ) in IMPL_LINK() 709 if( nOption == -1 ) in AcquirePreview() 1198 if( nOption != -1 ) in LoadState() 1204 mrSane.SetOptionValue( nOption, aBOOL ); in LoadState() 1317 if( nOption > -1 ) in SaveState() [all …]
|
H A D | sane.cxx | 136 nStatus = p_control_option( maHandle, (SANE_Int)nOption, in ControlOption() 575 int nOption; in Start() local 577 GetOptionValue( nOption, fTLx, 0 ) && in Start() 578 GetOptionUnit( nOption ) == SANE_UNIT_MM ) in Start() 581 GetOptionValue( nOption, fBRx, 0 ) && in Start() 582 GetOptionUnit( nOption ) == SANE_UNIT_MM ) in Start() 588 GetOptionValue( nOption, fTLy, 0 ) && in Start() 589 GetOptionUnit( nOption ) == SANE_UNIT_MM ) in Start() 592 GetOptionValue( nOption, fBRy, 0 ) && in Start() 593 GetOptionUnit( nOption ) == SANE_UNIT_MM ) in Start() [all …]
|
H A D | scanunx.cxx | 200 int nOption = m_pHolder->m_aSane.GetOptionByName( "preview" ); in run() local 201 if( nOption != -1 ) in run() 202 m_pHolder->m_aSane.SetOptionValue( nOption, (sal_Bool)sal_False ); in run()
|
/trunk/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 543 if ( COPT_USE_PRINTERDEVICE == nOption ) in FillItemSet() 548 …else if ( ( COPT_ADD_SPACING == nOption || COPT_ADD_SPACING_AT_PAGES == nOption ) && !bSetParaSpac… in FillItemSet() 550 else if ( COPT_USE_OUR_TABSTOPS == nOption ) in FillItemSet() 555 else if ( COPT_NO_EXTLEADING == nOption ) in FillItemSet() 560 else if ( COPT_USE_LINESPACING == nOption ) in FillItemSet() 565 else if ( COPT_ADD_TABLESPACING == nOption ) in FillItemSet() 570 else if ( COPT_ADD_TABLESPACING == nOption ) in FillItemSet() 575 else if ( COPT_USE_OBJECTPOSITIONING == nOption ) in FillItemSet() 580 else if ( COPT_USE_OUR_TEXTWRAPPING == nOption ) in FillItemSet() 585 else if ( COPT_CONSIDER_WRAPPINGSTYLE == nOption ) in FillItemSet() [all …]
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 1317 … for( sal_Int32 nOption = 0; nOption < rMergeDescriptor.aPrintOptions.getLength(); ++nOption) in MergeMailFiles() local 1319 rtl::OUString aName( pDbgPrintOptions[nOption].Name ); in MergeMailFiles() 1320 uno::Any aVal( pDbgPrintOptions[nOption].Value ); in MergeMailFiles() 1339 … for( sal_Int32 nOption = 0; nOption < rMergeDescriptor.aPrintOptions.getLength(); ++nOption) in MergeMailFiles() local 1341 if( pPrintOptions[nOption].Name.equalsAscii( "CopyCount" ) in MergeMailFiles() 1342 ||( pPrintOptions[nOption].Name.equalsAscii( "FileName" )) in MergeMailFiles() 1343 ||( pPrintOptions[nOption].Name.equalsAscii( "Collate" )) in MergeMailFiles() 1344 ||( pPrintOptions[nOption].Name.equalsAscii( "Pages" )) in MergeMailFiles() 1345 ||( pPrintOptions[nOption].Name.equalsAscii( "Wait" ))) in MergeMailFiles() 1348 aOptions[ nOpts ].Name = pPrintOptions[nOption].Name; in MergeMailFiles() [all …]
|
/trunk/main/autodoc/source/cosv/service/ |
H A D | commandline.cxx | 217 intt nOption = Find_Option(*it); in Find_OptionPoints() local 218 if (nOption != C_nNoOption) in Find_OptionPoints() 221 aOptionIds.push_back(nOption); in Find_OptionPoints()
|
/trunk/main/unotools/inc/unotools/ |
H A D | collatorwrapper.hxx | 75 const ::com::sun::star::lang::Locale& rLocale, sal_Int32 nOption); 80 const ::com::sun::star::lang::Locale& rLocale, sal_Int32 nOption);
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OConnection.cxx | 335 sal_uInt32 nOption = 0; in getAutoCommit() local 337 SQL_ATTR_AUTOCOMMIT, &nOption,0,0),m_aConnectionHandle,SQL_HANDLE_DBC,*this); in getAutoCommit() 338 return nOption == SQL_AUTOCOMMIT_ON ; in getAutoCommit()
|
/trunk/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 253 DifParser::DifParser( SvStream& rNewIn, const sal_uInt32 nOption, ScDocument& rDoc, CharSet e ) : in DifParser() argument 264 bPlain = ( nOption == SC_DIFOPT_PLAIN ); in DifParser()
|
/trunk/main/starmath/source/ |
H A D | mathtype.cxx | 2870 sal_uInt8 nOption; // This appears utterly unused in HandleTemplate() local 2873 *pS >> nOption; in HandleTemplate() 2877 DBG_ASSERT(nOption < 2,"Option out of range"); in HandleTemplate() 2881 DBG_ASSERT(nOption < 3,"Option out of range"); in HandleTemplate()
|
/trunk/main/sc/source/filter/inc/ |
H A D | dif.hxx | 87 DifParser( SvStream&, const sal_uInt32 nOption, ScDocument&, CharSet );
|
Completed in 143 milliseconds