Home
last modified time | relevance | path

Searched refs:nFlags (Results 151 – 175 of 771) sorted by relevance

12345678910>>...31

/aoo41x/main/svtools/source/brwbox/
H A Ddatwin.hxx93 HeaderBarItemBits nFlags );
189 void Invalidate( sal_uInt16 nFlags = 0 );
190 void Invalidate( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
191 void Invalidate( const Region& rRegion, sal_uInt16 nFlags = 0 ) in Invalidate() argument
192 { Control::Invalidate( rRegion, nFlags ); } in Invalidate()
/aoo41x/main/xmloff/source/core/
H A Dxmlerror.cxx134 sal_Int32 nFlags = (nId & XMLERROR_MASK_FLAG); in AddRecord() local
135 sMessage.append( nFlags >> 28, 16 ); in AddRecord()
136 if( (nFlags & XMLERROR_FLAG_WARNING) != 0 ) in AddRecord()
138 if( (nFlags & XMLERROR_FLAG_ERROR) != 0 ) in AddRecord()
140 if( (nFlags & XMLERROR_FLAG_SEVERE) != 0 ) in AddRecord()
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx2681 sal_uInt16 nFlags = 0; in RTLFUNC() local
2796 sal_uInt16 nFlags = 0; in RTLFUNC() local
2809 if( nFlags & Sb_ATTR_DIRECTORY ) in RTLFUNC()
2811 if( nFlags == Sb_ATTR_DIRECTORY ) in RTLFUNC()
2843 sal_uInt16 nFlags = 0; in RTLFUNC()
2945 sal_Int16 nFlags = 0; in RTLFUNC() local
2962 nFlags = (sal_Int16) (nRealFlags); in RTLFUNC()
2967 rPar.Get(0)->PutInteger( nFlags ); in RTLFUNC()
3024 rPar.Get(0)->PutInteger( nFlags ); in RTLFUNC()
4076 refVar->SetFlags( nFlags ); in RTLFUNC()
[all …]
/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddlgattr.cxx80 …ent, const SfxItemSet* pCellAttrs, SvNumberFormatter* pFormatter, sal_uInt16 nFlags, sal_Bool bRow) in DBG_NAME()
90 if( nFlags & TP_ATTR_CHAR ) in DBG_NAME()
95 if( nFlags & TP_ATTR_NUMBER ) in DBG_NAME()
97 if( nFlags & TP_ATTR_ALIGN ) in DBG_NAME()
/aoo41x/main/sc/source/ui/view/
H A Dviewfunc.cxx1899 ((nFlags & (IDF_ATTRIB | IDF_EDITATTR)) == nFlags)) ) in DeleteContents()
1965 if ( nFlags & IDF_ATTRIB ) in DeleteContents()
2005 if (nFlags & IDF_ATTRIB) in DeleteContents()
2009 if (nFlags & IDF_NOTE) in DeleteContents()
2059 if ( nFlags & IDF_ATTRIB ) in DeleteContents()
2949 sal_uInt16 nFlags = 0; in GetCreateNameFlags() local
2970 nFlags |= NAME_TOP; in GetCreateNameFlags()
2978 nFlags |= NAME_BOTTOM; in GetCreateNameFlags()
2989 nFlags |= NAME_LEFT; in GetCreateNameFlags()
2997 nFlags |= NAME_RIGHT; in GetCreateNameFlags()
[all …]
/aoo41x/main/uui/source/
H A Diahndl-authentication.cxx74 sal_uInt16 nFlags = 0; in executeLoginDialog() local
76 nFlags |= LF_NO_PATH; in executeLoginDialog()
78 nFlags |= LF_NO_ERRORTEXT; in executeLoginDialog()
80 nFlags |= LF_NO_ACCOUNT; in executeLoginDialog()
82 nFlags |= LF_USERNAME_READONLY; in executeLoginDialog()
85 nFlags |= LF_NO_SAVEPASSWORD; in executeLoginDialog()
88 nFlags |= LF_NO_USESYSCREDS; in executeLoginDialog()
93 new LoginDialog( pParent, nFlags, rInfo.GetServer(), &aRealm, xManager.get())); in executeLoginDialog()
/aoo41x/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx390 void setBiff12Data( sal_uInt32 nFlags );
392 void setBiff2Data( sal_uInt8 nFlags );
456 void setBiff12Data( sal_uInt32 nFlags );
555 void setBiff2Data( sal_uInt8 nFlags );
563 void importCfRule( BiffInputStream& rStrm, sal_uInt32 nFlags );
683 void setBiff2Data( sal_uInt8 nFlags );
691 void importCfRule( BiffInputStream& rStrm, sal_uInt32 nFlags );
833 void importCfRule( BiffInputStream& rStrm, sal_uInt32 nFlags );
/aoo41x/main/sal/rtl/source/
H A Dstring.c171 sal_uInt32 nFlags, in rtl_impl_convertUStringToString() argument
238 nFlags |= RTL_UNICODETOTEXT_FLAGS_FLUSH; in rtl_impl_convertUStringToString()
248 nFlags, in rtl_impl_convertUStringToString()
312 sal_uInt32 nFlags) in rtl_convertUStringToString() argument
315 nFlags, sal_True); in rtl_convertUStringToString()
/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxftblrd.hxx44 long nFlags; // 70 member in DXFLType
66 long nFlags; // 70 member in DXFLayer
86 long nFlags; // 70 member in DXFStyle
111 long nFlags; // 70 member in DXFVPort
H A Ddxfentrd.hxx343 long nFlags; // 70 member in DXFPolyLineEntity
366 sal_Int32 nFlags; // 70 1 = closed, 128 = plinegen member in DXFLWPolyLineEntity
444 sal_Int32 nFlags; // 92 member
472 sal_Int32 nFlags; // 70 (solid fill = 1, pattern fill = 0) member in DXFHatchEntity
505 long nFlags; // 70 member in DXFVertexEntity
/aoo41x/main/editeng/source/editeng/
H A Deditstt2.hxx35 void TurnOnFlags( sal_uLong nFlags ) in TurnOnFlags() argument
36 { nControlBits |= nFlags; } in TurnOnFlags()
38 void TurnOffFlags( sal_uLong nFlags ) in TurnOffFlags() argument
39 { nControlBits &= ~nFlags; } in TurnOffFlags()
/aoo41x/main/sc/source/core/data/
H A Dtable2.cxx567 if ( bAsLink && nFlags == IDF_ALL ) in TransposeClip()
736 if (nFlags) in CopyToTable()
738 aCol[i].CopyToColumn(nRow1, nRow2, nFlags, bMarked, in CopyToTable()
1714 sal_uInt16 nFlags; in IsBlockEditable() local
1716 … bIsEditable = !((nFlags & SC_SCENARIO_PROTECT) && (nFlags & SC_SCENARIO_TWOWAY)); in IsBlockEditable()
1738 sal_uInt16 nFlags; in IsBlockEditable() local
1787 sal_uInt16 nFlags; in IsSelectionEditable() local
1789 … bIsEditable = !((nFlags & SC_SCENARIO_PROTECT) && (nFlags & SC_SCENARIO_TWOWAY)); in IsSelectionEditable()
1817 sal_uInt16 nFlags; in IsSelectionEditable() local
2101 sal_Int16 nFlags ) in ApplyFlags() argument
[all …]
/aoo41x/main/sw/source/core/view/
H A Dvnew.cxx178 long nFlags ) in ViewShell() argument
208 bPreView = 0 !=( VSHELLFLAG_ISPREVIEW & nFlags ); in ViewShell()
257 OutputDevice *pOutput, long nFlags ) : in ViewShell() argument
287 bPreView = 0 !=( VSHELLFLAG_ISPREVIEW & nFlags ); in ViewShell()
288 if( nFlags & VSHELLFLAG_SHARELAYOUT ) //swmod 080125 in ViewShell()
/aoo41x/main/sw/source/core/doc/
H A Ddocfmt.cxx518 const SetAttrMode nFlags, in lcl_InsAttr() argument
726 if( 0 == (nFlags & nsSetAttrMode::SETATTR_APICALL) && in lcl_InsAttr()
762 if( pNode && 0 == (nFlags & nsSetAttrMode::SETATTR_APICALL) && in lcl_InsAttr()
852 if( !(nFlags & nsSetAttrMode::SETATTR_DONTREPLACE ) && in lcl_InsAttr()
871 bRet = history.InsertItems( *pCharSet, nMkPos, nPtPos, nFlags ) in lcl_InsAttr()
984 0, aCntEnd.GetIndex(), nFlags); in lcl_InsAttr()
1091 const SetAttrMode nFlags, in InsertPoolItem() argument
1099 pUndoAttr = new SwUndoAttr( rRg, rHt, nFlags ); in InsertPoolItem()
1119 const SetAttrMode nFlags ) in InsertItemSet() argument
1126 pUndoAttr = new SwUndoAttr( rRg, rSet, nFlags ); in InsertItemSet()
[all …]
/aoo41x/main/tools/source/string/
H A Dstrcvt.cxx540 sal_uInt32 nFlags = RTL_UNICODETOTEXT_FLAGS_NONSPACING_IGNORE | in ConvertFromUnicode() local
545 nFlags |= RTL_UNICODETOTEXT_FLAGS_UNDEFINED_DEFAULT | in ConvertFromUnicode()
547 nFlags |= RTL_UNICODETOTEXT_FLAGS_UNDEFINED_REPLACE; in ConvertFromUnicode()
549 nFlags |= RTL_UNICODETOTEXT_FLAGS_UNDEFINED_REPLACESTR; in ConvertFromUnicode()
553 nFlags |= RTL_UNICODETOTEXT_FLAGS_UNDEFINED_0 | in ConvertFromUnicode()
561 nFlags, in ConvertFromUnicode()
/aoo41x/main/unotools/source/misc/
H A Dfontdefs.cxx518 String GetSubsFontName( const String& rName, sal_uLong nFlags ) in GetSubsFontName() argument
527 if( nFlags == (SUBSFONT_MS|SUBSFONT_ONLYONE) in GetSubsFontName()
541 if( nFlags & SUBSFONT_MS && pAttr->MSSubstitutions.size() ) in GetSubsFontName()
545 if( nFlags & SUBSFONT_PS && pAttr->PSSubstitutions.size() ) in GetSubsFontName()
549 if( nFlags & SUBSFONT_HTML && pAttr->HTMLSubstitutions.size() ) in GetSubsFontName()
559 if( nFlags & SUBSFONT_ONLYONE ) in GetSubsFontName()
/aoo41x/main/store/source/
H A Dlockbyte.cxx206 sal_uInt32 nFlags = 0; in modeToNative() local
211 nFlags |= osl_File_OpenFlag_Create; in modeToNative()
214 nFlags |= osl_File_OpenFlag_Write; in modeToNative()
217 nFlags |= osl_File_OpenFlag_Read; in modeToNative()
222 return nFlags; in modeToNative()
228 sal_uInt32 nFlags = modeToNative (eAccessMode); in initialize() local
229 if (!pFilename || !nFlags) in initialize()
250 oslFileError result = osl_openFile (aFileUrl.pData, &m_handle, nFlags); in initialize()
/aoo41x/main/sw/source/core/inc/
H A Ddbg_lay.hxx82 static void SnapShot( const SwFrm* pFrm, sal_uLong nFlags );
102 #define PROTOCOL_SNAPSHOT( pFrm, nFlags ) SwProtocol::SnapShot( pFrm, nFlags ); argument
111 #define PROTOCOL_SNAPSHOT( pFrm, nFlags ) argument
/aoo41x/main/vcl/source/control/
H A Dbutton.cxx1541 sal_uLong nFlags ) in Draw() argument
1552 if ( nFlags & WINDOW_DRAW_MONO ) in Draw()
1574 if ( nFlags & WINDOW_DRAW_MONO ) in Draw()
2733 sal_uLong nFlags ) in Draw() argument
2767 if ( nFlags & WINDOW_DRAW_MONO ) in Draw()
3132 if ( nFlags & BUTTON_DRAW_DISABLED ) in GetRadioImage()
3134 if ( nFlags & BUTTON_DRAW_CHECKED ) in GetRadioImage()
3679 sal_uLong nFlags ) in Draw() argument
3713 if ( nFlags & WINDOW_DRAW_MONO ) in Draw()
3719 ImplDraw( pDev, nFlags, aPos, aSize, in Draw()
[all …]
/aoo41x/main/oox/source/dump/
H A Doledumper.cxx150 if( getFlag( nFlags, STDHLINK_HASDISPLAY ) ) in implDump()
152 if( getFlag( nFlags, STDHLINK_HASFRAME ) ) in implDump()
154 if( getFlag( nFlags, STDHLINK_HASTARGET ) ) in implDump()
156 if( getFlag( nFlags, STDHLINK_ASSTRING ) ) in implDump()
161 if( getFlag( nFlags, STDHLINK_HASLOCATION ) ) in implDump()
163 if( getFlag( nFlags, STDHLINK_HASGUID ) ) in implDump()
165 if( getFlag( nFlags, STDHLINK_HASTIME ) ) in implDump()
772 if( !mxStrm->isEof() && (nFlags & 0x01) ) in dumpComCtlComplex()
780 if( !mxStrm->isEof() && (nFlags & 0x02) ) in dumpComCtlComplex()
903 if( nFlags & 0x01 ) dumpUniString32( "caption" ); in implDumpCommonExtra()
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dexcimp8.cxx474 sal_uInt16 nCol, nFlags; in ReadAutoFilter() local
475 rStrm >> nCol >> nFlags; in ReadAutoFilter()
477 ScQueryConnect eConn = ::get_flagvalue( nFlags, EXC_AFFLAG_ANDORMASK, SC_OR, SC_AND ); in ReadAutoFilter()
478 sal_Bool bTop10 = ::get_flag( nFlags, EXC_AFFLAG_TOP10 ); in ReadAutoFilter()
479 sal_Bool bTopOfTop10 = ::get_flag( nFlags, EXC_AFFLAG_TOP10TOP ); in ReadAutoFilter()
480 sal_Bool bPercent = ::get_flag( nFlags, EXC_AFFLAG_TOP10PERC ); in ReadAutoFilter()
481 sal_uInt16 nCntOfTop10 = nFlags >> 7; in ReadAutoFilter()
/aoo41x/main/shell/source/win32/
H A DSysShExec.cxx281 …CALL CSysShExec::execute( const OUString& aCommand, const OUString& aParameter, sal_Int32 nFlags ) in execute() argument
291 if (!(nFlags >= DEFAULTS && nFlags <= NO_SYSTEM_ERROR_MESSAGE)) in execute()
325 if (NO_SYSTEM_ERROR_MESSAGE & nFlags) in execute()
332 if (!bRet && (nFlags & NO_SYSTEM_ERROR_MESSAGE)) in execute()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx798 sal_uInt16 nFlags=0; in WritePlc() local
801 nFlags = 0x0000; in WritePlc()
821 nFlags |= 0x0020; in WritePlc()
824 nFlags |= 0x0060; in WritePlc()
845 nFlags |= 0x4000; in WritePlc()
853 nFlags |= 0x8000; in WritePlc()
1561 nFlags |= SHAPEFLAG_FLIPH; in AddMirrorFlags()
1564 nFlags |= SHAPEFLAG_FLIPV; in AddMirrorFlags()
1567 nFlags |= SHAPEFLAG_FLIPH; in AddMirrorFlags()
1568 nFlags |= SHAPEFLAG_FLIPV; in AddMirrorFlags()
[all …]
/aoo41x/main/sal/qa/rtl/strings/
H A Dtest_oustring_convert.cxx55 sal_uInt32 nFlags; member
65 rTest.nFlags); in testConvertToString()
67 rTest.nFlags)); in testConvertToString()
81 aPrefix.append(static_cast< sal_Int32 >(rTest.nFlags), 16); in testConvertToString()
/aoo41x/main/rsc/inc/
H A Drscdb.hxx294 sal_uInt32 nFlags; member in RscTypCont
298 RscTypCont( RscError *, RSCBYTEORDER_TYPE, const ByteString & rSearchPath, sal_uInt32 nFlags );
304 { return (nFlags & PRELOAD_FLAG) ? sal_True : sal_False; } in IsPreload()
306 { return (nFlags & SMART_FLAG) ? sal_True : sal_False; } in IsSmart()
308 { return (nFlags & NOSYSRESTEST_FLAG) ? sal_False : sal_True; } in IsSysResTest()
310 { return (nFlags & SRSDEFAULT_FLAG) ? sal_True : sal_False; } in IsSrsDefault()

Completed in 268 milliseconds

12345678910>>...31