| /aoo41x/main/store/workben/ | 
| H A D | t_store.cxx | 148 		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 …]
 
 | 
| /aoo41x/main/extensions/workben/ | 
| H A D | testpgp.cxx | 601 	unsigned long nOptions = 0;  in main()  local627 					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 …]
 
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | svdxcgv.hxx | 55 …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 D | svdmrkv.hxx | 177 …& 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;
 
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdmrkv.cxx | 1376 	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 D | svdxcgv.cxx | 177 	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 D | svdedtv.cxx | 991 sal_Bool SdrEditView::InsertObjectAtView(SdrObject* pObj, SdrPageView& rPV, sal_uIntPtr nOptions)  in InsertObjectAtView()  argument993 	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()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | settings.hxx | 78     void                            SetOptions( sal_uLong nOptions )  in SetOptions()  argument82     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 D | inputctx.hxx | 55 					InputContext( const Font& rFont, sal_uLong nOptions = 0 ) :  in InputContext()  argument57 					{ mnOptions = nOptions; }  in InputContext()
 62 	void			SetOptions( sal_uLong nOptions ) { mnOptions = nOptions; }  in SetOptions()  argument
 
 | 
| /aoo41x/main/filter/source/graphicfilter/itiff/ | 
| H A D | ccidecom.cxx | 582 	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()
 789 			if ( nOptions & CCI_OPTION_INVERSEBITORDER )  in ReadEOL()
 815 		if ( nOptions & CCI_OPTION_INVERSEBITORDER )  in Read2DTag()
 833 		if ( nOptions & CCI_OPTION_INVERSEBITORDER )  in ReadBlackOrWhite()
 853 		if ( nOptions  & CCI_OPTION_INVERSEBITORDER )  in ReadCodeAndDecode()
 [all …]
 
 | 
| H A D | itiff.cxx | 520 		sal_uLong ny, np, nStrip, nOptions;  in ReadMap()  local523 			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()
 
 | 
| /aoo41x/main/sc/source/filter/excel/ | 
| H A D | xicontent.cxx | 1234     sal_uInt16 nOptions;  in ReadOptions()  local1235     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 …]
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | srchdlg.cxx | 351 	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 …]
 
 | 
| /aoo41x/main/sw/source/ui/config/ | 
| H A D | optcomp.cxx | 378 		sal_uLong nOptions = convertBools2Ulong_Impl(  in InitControls()  local383 		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()
 
 | 
| /aoo41x/main/sd/source/ui/func/ | 
| H A D | fuhhconv.cxx | 125         const Font *pTargetFont, sal_Int32 nOptions, sal_Bool bIsInteractive )  in StartConversion()  argument156 …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()
 
 | 
| /aoo41x/main/vcl/os2/source/gdi/ | 
| H A D | salgdi.cxx | 574 			ULONG nOptions = POLYGON_ALTERNATE;  in drawPolygon()  local577 				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()
 
 | 
| /aoo41x/main/unotools/source/i18n/ | 
| H A D | collatorwrapper.cxx | 158 CollatorWrapper::loadDefaultCollator (const lang::Locale& rLocale, sal_Int32 nOptions)  in loadDefaultCollator()  argument163 			return mxInternationalCollator->loadDefaultCollator (rLocale, nOptions);  in loadDefaultCollator()
 176 		const lang::Locale& rLocale, sal_Int32 nOptions)  in loadCollatorAlgorithm()  argument
 182 														rAlgorithm, rLocale, nOptions);  in loadCollatorAlgorithm()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | sdview4.cxx | 211 		sal_uLong	nOptions = SDRINSERT_SETDEFLAYER;  in InsertGraphic()  local219 			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()
 
 | 
| /aoo41x/main/vcl/unx/generic/printer/ | 
| H A D | cupsmgr.cxx | 96                        int nOptions,  in cupsPrintFile()  argument98     { 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()
 
 | 
| /aoo41x/main/sc/source/core/data/ | 
| H A D | conditio.cxx | 121 	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 ==()
 
 | 
| /aoo41x/main/sw/source/core/tox/ | 
| H A D | txmsrt.cxx | 72     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()
 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | spelleng.cxx | 393         LanguageType eLang, sal_Int32 nOptions, bool bIsInteractive ) :  in ScConversionParam()  argument397     mnOptions( nOptions ),  in ScConversionParam()
 407         sal_Int32 nOptions, bool bIsInteractive ) :  in ScConversionParam()  argument
 412     mnOptions( nOptions ),  in ScConversionParam()
 
 | 
| /aoo41x/main/sw/source/ui/uiview/ | 
| H A D | viewling.cxx | 179 …     sal_Int32 nOptions    = bUseVariants ? i18n::TextConversionOption::USE_CHARACTER_VARIANTS : 0;  in ExecLingu()  local181 …                          nOptions = 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()
 
 | 
| /aoo41x/main/sw/source/core/text/ | 
| H A D | inftxt.cxx | 858                       sal_uInt8 nOptions )  in lcl_DrawSpecial()  argument860     sal_Bool bCenter = 0 != ( nOptions & DRAW_SPECIAL_OPTIONS_CENTER );  in lcl_DrawSpecial()
 861     sal_Bool bRotate = 0 != ( nOptions & DRAW_SPECIAL_OPTIONS_ROTATE );  in lcl_DrawSpecial()
 1011         const sal_uInt8 nOptions = DRAW_SPECIAL_OPTIONS_CENTER |  in DrawTab()  local
 1013         lcl_DrawSpecial( *this, rPor, aRect, 0, cChar, nOptions );  in DrawTab()
 1035             const sal_uInt8 nOptions = 0;  in DrawLineBreak()  local
 1036             lcl_DrawSpecial( *this, rPor, aRect, 0, cChar, nOptions );  in DrawLineBreak()
 1077         const sal_uInt8 nOptions = 0;  in DrawRedArrow()  local
 1078         lcl_DrawSpecial( *this, rPor, aRect, &aCol, cChar, nOptions );  in DrawRedArrow()
 
 | 
| /aoo41x/main/svtools/source/filter/wmf/ | 
| H A D | winwmf.cxx | 423 			sal_uInt16	i, nLen, nOptions;  in ReadRecordParams()  local434 			*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()
 
 |