Home
last modified time | relevance | path

Searched refs:nOptions (Results 1 – 25 of 82) sorted by path

1234

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1354 sal_uInt16 nOptions = SEARCH_OPTIONS_SEARCH | in GetSearchOptions() local
1364 nOptions |= SEARCH_OPTIONS_REPLACE; in GetSearchOptions()
1365 nOptions |= SEARCH_OPTIONS_REPLACE_ALL; in GetSearchOptions()
1368 return nOptions; in GetSearchOptions()
H A Dbasides1.cxx898 sal_uInt16 nOptions = 0; in GetState() local
900 nOptions = pCurWin->GetSearchOptions(); in GetState()
901 rSet.Put( SfxUInt16Item( SID_SEARCH_OPTIONS, nOptions ) ); in GetState()
/trunk/main/basctl/source/dlged/
H A Ddlgedview.cxx197 …nt& rPnt, sal_uInt16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uLong nOptions, const SetOfByte*… in CheckSingleSdrObjectHit() argument
200 … SdrObject* pRetval = SdrView::CheckSingleSdrObjectHit(rPnt, nTol, pObj, pPV, nOptions, pMVisLay); in CheckSingleSdrObjectHit()
/trunk/main/basctl/source/inc/
H A Ddlgedview.hxx53 …nt& rPnt, sal_uInt16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uLong nOptions, const SetOfByte*…
/trunk/main/basic/source/runtime/
H A Dmethods.cxx3400 sal_uInt16 nOptions = vos::OProcess::TOption_SearchPath| in RTLFUNC() local
3479 nOptions |= vos::OProcess::TOption_Minimized; in RTLFUNC()
3482 nOptions |= vos::OProcess::TOption_Maximized; in RTLFUNC()
3485 nOptions |= vos::OProcess::TOption_FullScreen; in RTLFUNC()
3493 nOptions |= vos::OProcess::TOption_Wait; in RTLFUNC()
3496 (vos::OProcess::TProcessOption)nOptions; in RTLFUNC()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx237 sal_uLong nOptions = SDRSEARCH_DEEP | SDRSEARCH_TESTMARKABLE; in getHitObject() local
240 …::PickObj(rPnt, lcl_getHitTolerance( this->GetFirstOutputDevice() ), pRet, pSdrPageView, nOptions); in getHitObject()
/trunk/main/editeng/inc/editeng/
H A Deditview.hxx215 …Type nSrcLang, LanguageType nDestLang, const Font *pDestFont, sal_Int32 nOptions, sal_Bool bIsInte…
H A Dhangulhanja.hxx118 sal_Int32 nOptions,
H A Doutliner.hxx351 …Type nSrcLang, LanguageType nDestLang, const Font *pDestFont, sal_Int32 nOptions, sal_Bool bIsInte…
/trunk/main/editeng/source/editeng/
H A Deditview.cxx967 sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc ) in StartTextConversion() argument
973 PIMPEE->Convert( this, nSrcLang, nDestLang, pDestFont, nOptions, bIsInteractive, bMultipleDoc ); in StartTextConversion()
H A Dimpedit.hxx937 …Type nSrcLang, LanguageType nDestLang, const Font *pDestFont, sal_Int32 nOptions, sal_Bool bIsInte…
H A Dimpedit4.cxx1572 sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc ) in Convert() argument
1627 nOptions, bIsInteractive, in Convert()
H A Dtextconv.cxx59 sal_Int32 nOptions, in TextConvWrapper() argument
63 …HangulHanjaConversion( pWindow, rxMSF, rSourceLocale, rTargetLocale, pTargetFont, nOptions, bIsInt… in TextConvWrapper()
H A Dtextconv.hxx108 sal_Int32 nOptions,
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1670 sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc ) in StartTextConversion() argument
1679 …pEditView->StartTextConversion( nSrcLang, nDestLang, pDestFont, nOptions, bIsInteractive, bMultipl… in StartTextConversion()
/trunk/main/extensions/workben/
H A Dtestpgp.cxx601 unsigned long nOptions = 0; in main() local
627 nOptions |= OPTION_SIGN; in main()
631 nOptions |= OPTION_FILE; in main()
636 nOptions |= OPTION_HELP; in main()
642 if (nOptions & OPTION_FILE) in main()
653 if ((nOptions == 0) || (nOptions & OPTION_HELP)) in main()
674 if (nOptions & OPTION_INSTALL) in main()
685 nOptions &= ~OPTION_INSTALL; in main()
765 nOptions &= ~OPTION_SIGN; in main()
777 if (nOptions & OPTION_SIGN) in main()
[all …]
/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx582 nOptions ( nOpts ), in CCIDecompressor()
647 if ( nOptions & CCI_OPTION_EOL ) in DecompressScanline()
676 if ( nOptions & CCI_OPTION_2D ) in DecompressScanline()
689 if ( nOptions & CCI_OPTION_BYTEALIGNROW ) in DecompressScanline()
693 if ( nOptions & CCI_OPTION_2D ) in DecompressScanline()
695 if ( nOptions & CCI_OPTION_EOL ) in DecompressScanline()
795 if ( nOptions & CCI_OPTION_INVERSEBITORDER ) in ReadEOL()
821 if ( nOptions & CCI_OPTION_INVERSEBITORDER ) in Read2DTag()
839 if ( nOptions & CCI_OPTION_INVERSEBITORDER ) in ReadBlackOrWhite()
859 if ( nOptions & CCI_OPTION_INVERSEBITORDER ) in ReadCodeAndDecode()
[all …]
H A Dccidecom.hxx56 CCIDecompressor( sal_uLong nOptions, sal_uInt32 nImageWidth );
103 sal_uLong nOptions; member in CCIDecompressor
H A Ditiff.cxx520 sal_uLong ny, np, nStrip, nOptions; in ReadMap() local
523 nOptions = CCI_OPTION_BYTEALIGNROW; in ReadMap()
527 nOptions = CCI_OPTION_EOL; in ReadMap()
529 nOptions |= CCI_OPTION_2D; in ReadMap()
531 nOptions |= CCI_OPTION_BYTEALIGNEOL; in ReadMap()
537 nOptions = CCI_OPTION_2D; in ReadMap()
543 nOptions |= CCI_OPTION_INVERSEBITORDER; in ReadMap()
551 CCIDecompressor aCCIDecom( nOptions, nImageWidth ); in ReadMap()
/trunk/main/framework/source/jobs/
H A Dshelljob.cxx179 oslProcessOption nOptions = osl_Process_WAIT; in impl_execute() local
185 …oslProcessError eError = osl_executeProcess(sCommand.pData, pArgs, nArgs, nOptions, NULL, NULL, NU… in impl_execute()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx607 vm_args.nOptions= vecOptions.size(); in jfw_plugin_startJavaVirtualMachine()
/trunk/main/sc/inc/
H A Dconditio.hxx73 sal_uInt16 nOptions; member in ScConditionEntry
127 sal_Bool IsIgnoreBlank() const { return ( nOptions & SC_COND_NOBLANKS ) == 0; } in IsIgnoreBlank()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx121 nOptions(r.nOptions), in ScConditionEntry()
155 nOptions(r.nOptions), in ScConditionEntry()
193 nOptions(0), // spaeter... in ScConditionEntry()
221 nOptions(0), // spaeter... in ScConditionEntry()
407 nOptions &= ~SC_COND_NOBLANKS; in SetIgnoreBlank()
409 nOptions |= SC_COND_NOBLANKS; in SetIgnoreBlank()
592 sal_Bool bEq = (eOp == r.eOp && nOptions == r.nOptions && in operator ==()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx1619 sal_uInt32 nOptions = 0x00000000; in WriteQsiSxTag() local
1624 if (bNoStencil) nOptions |= 0x00000001; in WriteQsiSxTag()
1625 if (bHideTotal) nOptions |= 0x00000002; in WriteQsiSxTag()
1626 if (bEmptyRows) nOptions |= 0x00000008; in WriteQsiSxTag()
1627 if (bEmptyCols) nOptions |= 0x00000010; in WriteQsiSxTag()
1628 rStrm << nOptions; in WriteQsiSxTag()
H A Dxicontent.cxx1234 sal_uInt16 nOptions; in ReadOptions() local
1235 rStrm >> nOptions; in ReadOptions()
1239 pSheet->mnOptions = nOptions; in ReadOptions()
1276 const sal_uInt16 nOptions = itr->second.mnOptions; in Apply() local
1277 pProtect->setOption( ScTableProtection::OBJECTS, (nOptions & 0x0001) ); in Apply()
1278 pProtect->setOption( ScTableProtection::SCENARIOS, (nOptions & 0x0002) ); in Apply()
1279 pProtect->setOption( ScTableProtection::FORMAT_CELLS, (nOptions & 0x0004) ); in Apply()
1280 pProtect->setOption( ScTableProtection::FORMAT_COLUMNS, (nOptions & 0x0008) ); in Apply()
1281 pProtect->setOption( ScTableProtection::FORMAT_ROWS, (nOptions & 0x0010) ); in Apply()
1282 pProtect->setOption( ScTableProtection::INSERT_COLUMNS, (nOptions & 0x0020) ); in Apply()
[all …]

Completed in 152 milliseconds

1234