Home
last modified time | relevance | path

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

1234

/trunk/main/store/workben/
H A Dt_store.cxx148 sal_uInt32 nOptions,
163 sal_uInt32 nOptions, in DirectoryTraveller() argument
167 m_nOptions (nOptions), in DirectoryTraveller()
235 sal_uInt32 nOptions = 0; in main() local
244 nOptions |= OPTION_FILE; in main()
248 nOptions |= OPTION_DUMP; in main()
251 nOptions |= OPTION_ITER; in main()
254 nOptions |= OPTION_LINK; in main()
287 if ((nOptions & OPTION_CREAT) && (nOptions & OPTION_TRUNC)) in main()
304 if ((nOptions == 0) || (nOptions & OPTION_HELP)) in main()
[all …]
/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/svx/inc/svx/
H A Dsvdxcgv.hxx55 …drObjList& rLst, const Point& rCenter, const Size& rSiz, const MapMode& rMap, sal_uInt32 nOptions);
131 …NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rMtf,GetPastePos(pLst,pOut),p… in Paste() argument
132 … Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
133 …NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rBmp,GetPastePos(pLst,pOut),p… in Paste() argument
134 … Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
135 …NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rMod,GetPastePos(pLst,pOut),p… in Paste() argument
136 …ol Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
137 …NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rStr,GetPastePos(pLst,pOut),p… in Paste() argument
138 … Paste(const String& rStr, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
140 …putDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rInput,rBaseURL,eFormat,GetPastePos(pL… in Paste() argument
[all …]
H A Dsvdmrkv.hxx177 …& rPnt, sal_uInt16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uIntPtr nOptions, const SetOfByte*…
178 …& rPnt, sal_uInt16 nTol, SdrObjList* pOL, SdrPageView* pPV, sal_uIntPtr nOptions, const SetOfByte*…
299 SdrHdl* PickHandle(const Point& rPnt, sal_uIntPtr nOptions=0, SdrHdl* pHdl0=NULL) const;
305 …t& rPnt, short nTol, SdrObject*& rpObj, SdrPageView*& rpPV, sal_uIntPtr nOptions, SdrObject** ppRo…
306 …onst Point& rPnt, short nTol, SdrObject*& rpObj, SdrPageView*& rpPV, sal_uIntPtr nOptions=0) const;
311 … SdrObject*& rpObj, SdrPageView*& rpPV, sal_uIntPtr* pnMarkNum=NULL, sal_uIntPtr nOptions=0) const;
431 …oint& rPnt, SdrObject*& rpObj, sal_uInt16& rnId, SdrPageView*& rpPV, sal_uIntPtr nOptions=0) const;
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx1376 sal_Bool bBack=(nOptions & SDRSEARCH_BACKWARD) !=0; in PickHandle()
1377 sal_Bool bNext=(nOptions & SDRSEARCH_NEXT) !=0; in PickHandle()
1387 sal_uIntPtr nOptions=SDRSEARCH_PICKMARKABLE; in MarkObj() local
1388 if (bDeep) nOptions=nOptions|SDRSEARCH_DEEP; in MarkObj()
1677 const bool bDeep(nOptions & SDRSEARCH_DEEP); in CheckSingleSdrObjectHit()
1737 sal_Bool bBack=(nOptions & SDRSEARCH_BACKWARD)!=0; in CheckSingleSdrObjectHit()
1784 sal_Bool bMarked=(nOptions & SDRSEARCH_MARKED) !=0; in PickObj()
1786 sal_Bool bBack=(nOptions & SDRSEARCH_BACKWARD) !=0; in PickObj()
1832 sal_uIntPtr nTmpOptions=nOptions; in PickObj()
1862 if ((nOptions & SDRSEARCH_DEEP) !=0) pObj=pHitObj; in PickObj()
[all …]
H A Dsvdxcgv.cxx177 sal_Bool bUnmark=(nOptions&(SDRINSERT_DONTMARK|SDRINSERT_ADDMARK))==0 && !IsTextEdit(); in Paste()
181 ImpPasteObject(pObj,*pLst,aPos,rMtf.GetPrefSize(),rMtf.GetPrefMapMode(),nOptions); in Paste()
193 sal_Bool bUnmark=(nOptions&(SDRINSERT_DONTMARK|SDRINSERT_ADDMARK))==0 && !IsTextEdit(); in Paste()
197 ImpPasteObject(pObj,*pLst,aPos,rBmp.GetSizePixel(),MapMode(MAP_PIXEL),nOptions); in Paste()
212 sal_Bool bUnmark=(nOptions&(SDRINSERT_DONTMARK|SDRINSERT_ADDMARK))==0 && !IsTextEdit(); in Paste()
237 ImpPasteObject(pObj,*pLst,aPos,aSiz,MapMode(eMap,Point(0,0),aMap,aMap),nOptions); in Paste()
249 sal_Bool bUnmark=(nOptions&(SDRINSERT_DONTMARK|SDRINSERT_ADDMARK))==0 && !IsTextEdit(); in Paste()
274 ImpPasteObject(pObj,*pLst,aPos,aSiz,MapMode(eMap,Point(0,0),aMap,aMap),nOptions); in Paste()
332 sal_Bool bUnmark=(nOptions&(SDRINSERT_DONTMARK|SDRINSERT_ADDMARK))==0 && !IsTextEdit(); in Paste()
365 sal_Bool bMark=pMarkPV!=NULL && !IsTextEdit() && (nOptions&SDRINSERT_DONTMARK)==0; in Paste()
[all …]
H A Dsvdedtv.cxx991 sal_Bool SdrEditView::InsertObjectAtView(SdrObject* pObj, SdrPageView& rPV, sal_uIntPtr nOptions) in InsertObjectAtView() argument
993 if ((nOptions & SDRINSERT_SETDEFLAYER)!=0) { in InsertObjectAtView()
1002 if ((nOptions & SDRINSERT_SETDEFATTR)!=0) { in InsertObjectAtView()
1008 if ((nOptions & SDRINSERT_NOBROADCAST)!=0) { in InsertObjectAtView()
1017 if ((nOptions & SDRINSERT_DONTMARK)==0) { in InsertObjectAtView()
1018 if ((nOptions & SDRINSERT_ADDMARK)==0) UnmarkAllObj(); in InsertObjectAtView()
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx78 void SetOptions( sal_uLong nOptions ) in SetOptions() argument
82 void SetScreenOptions( sal_uLong nOptions ) in SetScreenOptions() argument
86 void SetPrintOptions( sal_uLong nOptions ) in SetPrintOptions() argument
171 void SetOptions( sal_uLong nOptions ) in SetOptions() argument
310 void SetOptions( sal_uLong nOptions ) in SetOptions() argument
859 void SetDragFullOptions( sal_uLong nOptions ) in SetDragFullOptions() argument
864 void SetAnimationOptions( sal_uLong nOptions ) in SetAnimationOptions() argument
874 void SetDisplayOptions( sal_uLong nOptions ) in SetDisplayOptions() argument
883 void SetOptions( sal_uLong nOptions ) in SetOptions() argument
1070 void SetOptions( sal_uLong nOptions ) in SetOptions() argument
[all …]
H A Dinputctx.hxx55 InputContext( const Font& rFont, sal_uLong nOptions = 0 ) : in InputContext() argument
57 { mnOptions = nOptions; } in InputContext()
62 void SetOptions( sal_uLong nOptions ) { mnOptions = nOptions; } in SetOptions() argument
/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 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/svx/source/dialog/
H A Dsrchdlg.cxx351 nOptions ( USHRT_MAX ), \
1842 if ( nFlags == nOptions ) in EnableControls_Impl()
1845 nOptions = nFlags; in EnableControls_Impl()
1847 if ( !nOptions ) in EnableControls_Impl()
1873 if ( ( SEARCH_OPTIONS_REPLACE & nOptions ) != 0 ) in EnableControls_Impl()
1914 if ( ( SEARCH_OPTIONS_REG_EXP & nOptions ) != 0 ) in EnableControls_Impl()
1918 if ( ( SEARCH_OPTIONS_EXACT & nOptions ) != 0 ) in EnableControls_Impl()
1930 if ( ( SEARCH_OPTIONS_FORMAT & nOptions ) != 0 ) in EnableControls_Impl()
1981 ( SEARCH_OPTIONS_SEARCH_ALL & nOptions ) != 0 ) in EnableControl_Impl()
2035 && ( SEARCH_OPTIONS_FORMAT & nOptions ) != 0 in EnableControl_Impl()
[all …]
/trunk/main/sc/source/filter/excel/
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 …]
/trunk/main/sw/source/ui/config/
H A Doptcomp.cxx378 sal_uLong nOptions = convertBools2Ulong_Impl( in InitControls() local
383 m_aFormattingLB.SetEntryData( nPos, (void*)(long)nOptions ); in InitControls()
410 sal_uLong nOptions = (sal_uLong)(void*)m_aFormattingLB.GetEntryData( nPos ); in IMPL_LINK() local
411 SetCurrentOptions( nOptions ); in IMPL_LINK()
464 void SwCompatibilityOptPage::SetCurrentOptions( sal_uLong nOptions ) in SetCurrentOptions() argument
470 sal_Bool bChecked = ( ( nOptions & 0x00000001 ) == 0x00000001 ); in SetCurrentOptions()
472 nOptions = nOptions >> 1; in SetCurrentOptions()
620 sal_uLong nOptions = GetDocumentOptions(); in Reset() local
621 SetCurrentOptions( nOptions ); in Reset()
622 m_nSavedOptions = nOptions; in Reset()
/trunk/main/sd/source/ui/func/
H A Dfuhhconv.cxx125 const Font *pTargetFont, sal_Int32 nOptions, sal_Bool bIsInteractive ) in StartConversion() argument
156 …pSdOutliner->StartConversion(nSourceLanguage, nTargetLanguage, pTargetFont, nOptions, bIsInteracti… in StartConversion()
268 … sal_Int32 nOptions = bUseVariants ? i18n::TextConversionOption::USE_CHARACTER_VARIANTS : 0; in StartChineseConversion() local
270 nOptions = nOptions | i18n::TextConversionOption::CHARACTER_BY_CHARACTER; in StartChineseConversion()
276 StartConversion( nSourceLang, nTargetLang, &aTargetFont, nOptions, sal_False ); in StartChineseConversion()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx574 ULONG nOptions = POLYGON_ALTERNATE; in drawPolygon() local
577 nOptions |= POLYGON_BOUNDARY; in drawPolygon()
579 nOptions |= POLYGON_NOBOUNDARY; in drawPolygon()
582 GpiPolygons( mhPS, 1, &aPolygon, nOptions, POLYGON_EXCL ); in drawPolygon()
645 ULONG nOptions = POLYGON_ALTERNATE; in drawPolyPolygon() local
648 nOptions |= POLYGON_BOUNDARY; in drawPolyPolygon()
650 nOptions |= POLYGON_NOBOUNDARY; in drawPolyPolygon()
653 GpiPolygons( mhPS, nPoly, aPolygonAry, nOptions, POLYGON_EXCL ); in drawPolyPolygon()
/trunk/main/unotools/source/i18n/
H A Dcollatorwrapper.cxx158 CollatorWrapper::loadDefaultCollator (const lang::Locale& rLocale, sal_Int32 nOptions) in loadDefaultCollator() argument
163 return mxInternationalCollator->loadDefaultCollator (rLocale, nOptions); in loadDefaultCollator()
176 const lang::Locale& rLocale, sal_Int32 nOptions) in loadCollatorAlgorithm() argument
182 rAlgorithm, rLocale, nOptions); in loadCollatorAlgorithm()
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx211 sal_uLong nOptions = SDRINSERT_SETDEFLAYER; in InsertGraphic() local
219 nOptions |= SDRINSERT_DONTMARK; in InsertGraphic()
273 InsertObjectAtView(pNewGrafObj, *pPV, nOptions); in InsertGraphic()
520 sal_uLong nOptions = SDRINSERT_SETDEFLAYER; in IMPL_LINK() local
528 nOptions |= SDRINSERT_DONTMARK; in IMPL_LINK()
531 InsertObjectAtView( pOleObj, *GetSdrPageView(), nOptions ); in IMPL_LINK()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx96 int nOptions, in cupsPrintFile() argument
98 { return m_pcupsPrintFile( pPrinter, pFileName, pTitle, nOptions, pOptions ); } in cupsPrintFile()
102 int cupsMarkOptions(ppd_file_t* pPPD, int nOptions, cups_option_t* pOptions ) in cupsMarkOptions() argument
103 { return m_pcupsMarkOptions(pPPD, nOptions, pOptions); } in cupsMarkOptions()
105 … int cupsAddOption( const char* pName, const char* pValue, int nOptions, cups_option_t** pOptions ) in cupsAddOption() argument
106 { return m_pcupsAddOption( pName, pValue, nOptions, pOptions ); } in cupsAddOption()
108 void cupsFreeOptions( int nOptions, cups_option_t* pOptions ) in cupsFreeOptions() argument
109 { m_pcupsFreeOptions( nOptions, pOptions ); } in cupsFreeOptions()
/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/sw/source/core/tox/
H A Dtxmsrt.cxx72 nOptions( nOpt ) in SV_IMPL_VARARR()
80 nOptions( rIntl.nOptions ) in SwTOXInternational()
99 if ( nOptions & nsSwTOIOptions::TOI_CASE_SENSITIVE ) in Init()
315 const SwTxtTOXMark* pMark, sal_uInt16 nOptions, in SwTOXIndex() argument
323 nOpt = nOptions; in SwTOXIndex()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx179 … sal_Int32 nOptions = bUseVariants ? i18n::TextConversionOption::USE_CHARACTER_VARIANTS : 0; in ExecLingu() local
181nOptions = nOptions | i18n::TextConversionOption::CHARACTER_BY_CHARACTER; in ExecLingu()
201 StartTextConversion( nSourceLang, nTargetLang, &aTargetFont, nOptions, sal_False ); in ExecLingu()
245 sal_Int32 nOptions, in StartTextConversion() argument
273 nOptions, bIsInteractive, in StartTextConversion()
/trunk/main/sc/source/ui/view/
H A Dspelleng.cxx393 LanguageType eLang, sal_Int32 nOptions, bool bIsInteractive ) : in ScConversionParam() argument
397 mnOptions( nOptions ), in ScConversionParam()
407 sal_Int32 nOptions, bool bIsInteractive ) : in ScConversionParam() argument
412 mnOptions( nOptions ), in ScConversionParam()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx864 sal_uInt8 nOptions ) in lcl_DrawSpecial() argument
866 sal_Bool bCenter = 0 != ( nOptions & DRAW_SPECIAL_OPTIONS_CENTER ); in lcl_DrawSpecial()
867 sal_Bool bRotate = 0 != ( nOptions & DRAW_SPECIAL_OPTIONS_ROTATE ); in lcl_DrawSpecial()
1023 const sal_uInt8 nOptions = DRAW_SPECIAL_OPTIONS_CENTER | in DrawTab() local
1025 lcl_DrawSpecial( *this, rPor, aRect, 0, cChar, nOptions ); in DrawTab()
1047 const sal_uInt8 nOptions = 0; in DrawLineBreak() local
1048 lcl_DrawSpecial( *this, rPor, aRect, 0, cChar, nOptions ); in DrawLineBreak()
1089 const sal_uInt8 nOptions = 0; in DrawRedArrow() local
1090 lcl_DrawSpecial( *this, rPor, aRect, &aCol, cChar, nOptions ); in DrawRedArrow()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx423 sal_uInt16 i, nLen, nOptions; in ReadRecordParams() local
434 *pWMF >> nLen >> nOptions; in ReadRecordParams()
437 if ( nOptions & ETO_RTLREADING ) in ReadRecordParams()
440 …DBG_ASSERT( ( nOptions & ( ETO_PDY | ETO_GLYPH_INDEX ) ) == 0, "SJ: ETO_PDY || ETO_GLYPH_INDEX in … in ReadRecordParams()
446 if( nOptions & ETO_CLIPPED ) in ReadRecordParams()
1352 sal_uInt16 nLen, nOptions; in GetPlaceableBound() local
1362 *pStm >> nLen >> nOptions; in GetPlaceableBound()

Completed in 186 milliseconds

1234