| /aoo4110/main/sc/source/core/tool/ | 
| H A D | refdata.cxx | 228         if ( rRef1.Flags.bRelName && rRef1.Flags.bColRel )  in lcl_putInOrder()232         if ( rRef2.Flags.bRelName && rRef2.Flags.bColRel )  in lcl_putInOrder()
 237         rRef1.Flags.bColRel = rRef2.Flags.bColRel;  in lcl_putInOrder()
 240         rRef1.Flags.bColDeleted = rRef2.Flags.bColDeleted;  in lcl_putInOrder()
 250         if ( rRef1.Flags.bRelName && rRef1.Flags.bRowRel )  in lcl_putInOrder()
 254         if ( rRef2.Flags.bRelName && rRef2.Flags.bRowRel )  in lcl_putInOrder()
 259         rRef1.Flags.bRowRel = rRef2.Flags.bRowRel;  in lcl_putInOrder()
 262         rRef1.Flags.bRowDeleted = rRef2.Flags.bRowDeleted;  in lcl_putInOrder()
 281         rRef1.Flags.bTabRel = rRef2.Flags.bTabRel;  in lcl_putInOrder()
 304     if (r1.Flags.bFlag3D && !r2.Flags.bFlag3D)  in lcl_adjustInOrder()
 [all …]
 
 | 
| H A D | token.cxx | 71         rRef.SetColRel(     ( rAPI.Flags & sheet::ReferenceFlags::COLUMN_RELATIVE ) != 0 );  in lcl_SingleRefToCalc()72         rRef.SetRowRel(     ( rAPI.Flags & sheet::ReferenceFlags::ROW_RELATIVE    ) != 0 );  in lcl_SingleRefToCalc()
 73         rRef.SetTabRel(     ( rAPI.Flags & sheet::ReferenceFlags::SHEET_RELATIVE  ) != 0 );  in lcl_SingleRefToCalc()
 74         rRef.SetColDeleted( ( rAPI.Flags & sheet::ReferenceFlags::COLUMN_DELETED  ) != 0 );  in lcl_SingleRefToCalc()
 75         rRef.SetRowDeleted( ( rAPI.Flags & sheet::ReferenceFlags::ROW_DELETED     ) != 0 );  in lcl_SingleRefToCalc()
 76         rRef.SetTabDeleted( ( rAPI.Flags & sheet::ReferenceFlags::SHEET_DELETED   ) != 0 );  in lcl_SingleRefToCalc()
 77         rRef.SetFlag3D(     ( rAPI.Flags & sheet::ReferenceFlags::SHEET_3D        ) != 0 );  in lcl_SingleRefToCalc()
 78         rRef.SetRelName(    ( rAPI.Flags & sheet::ReferenceFlags::RELATIVE_NAME   ) != 0 );  in lcl_SingleRefToCalc()
 92         rRef.SetColRel(     ( rAPI.Flags & sheet::ReferenceFlags::COLUMN_RELATIVE ) != 0 );  in lcl_ExternalRefToCalc()
 93         rRef.SetRowRel(     ( rAPI.Flags & sheet::ReferenceFlags::ROW_RELATIVE    ) != 0 );  in lcl_ExternalRefToCalc()
 [all …]
 
 | 
| /aoo4110/main/sw/source/filter/inc/ | 
| H A D | rtf.hxx | 35 		} Flags;  member43 		Value.Flags.nOrient = nOrient;  in RTFVertOrient()
 60 		} Flags;  member
 68 		Value.Flags.nOrient = nOrient;  in RTFHoriOrient()
 70 		Value.Flags.nRelAnchor = 0;  in RTFHoriOrient()
 85 		} Flags;  member
 92 		Value.Flags.bCntnt = bCntnt;  in RTFProtect()
 93 		Value.Flags.bSize = bSize;  in RTFProtect()
 94 		Value.Flags.bPos = bPos;  in RTFProtect()
 110 		} Flags;  member
 [all …]
 
 | 
| /aoo4110/main/sc/inc/ | 
| H A D | refdata.hxx | 74         }Flags;  member88     inline  void SetColRel( sal_Bool bVal ) { Flags.bColRel = (bVal ? sal_True : sal_False ); }  in SetColRel()
 89     inline  sal_Bool IsColRel() const       { return Flags.bColRel; }  in IsColRel()
 90     inline  void SetRowRel( sal_Bool bVal ) { Flags.bRowRel = (bVal ? sal_True : sal_False ); }  in SetRowRel()
 91     inline  sal_Bool IsRowRel() const       { return Flags.bRowRel; }  in IsRowRel()
 93     inline  sal_Bool IsTabRel() const       { return Flags.bTabRel; }  in IsTabRel()
 96     inline  sal_Bool IsColDeleted() const       { return Flags.bColDeleted; }  in IsColDeleted()
 98     inline  sal_Bool IsRowDeleted() const       { return Flags.bRowDeleted; }  in IsRowDeleted()
 100     inline  sal_Bool IsTabDeleted() const       { return Flags.bTabDeleted; }  in IsTabDeleted()
 104     inline  sal_Bool IsFlag3D() const       { return Flags.bFlag3D; }  in IsFlag3D()
 [all …]
 
 | 
| /aoo4110/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/ | 
| H A D | OpenSymbol.sfd | 783 Flags: W851 Flags: W
 858 Flags: W
 866 Flags: W
 874 Flags: W
 882 Flags: W
 890 Flags: W
 966 Flags: W
 1065 Flags: W
 1428 Flags: W
 [all …]
 
 | 
| /aoo4110/main/extras/source/truetype/symbol/OpenSymbol 2.1/ | 
| H A D | OpenSymbol.sfd | 789 Flags: W871 Flags: W
 1033 Flags: W
 1145 Flags: W
 1153 Flags: W
 1161 Flags: W
 1169 Flags: W
 1248 Flags: W
 1350 Flags: W
 1664 Flags: W
 [all …]
 
 | 
| /aoo4110/main/sfx2/inc/sfx2/ | 
| H A D | msg.hxx | 166 #define SFX_SLOT_ARG( aShellClass, id, GroupId, ExecMethodPtr, StateMethodPtr, Flags, ItemClass, nA…  argument167 			   { id, GroupId, id, Flags | Prop, \
 176 #define SFX_SLOT( aShellClass, id, GroupId, ExecMethodPtr, StateMethodPtr, Flags, ItemClass ) \  argument
 177 			   { id, GroupId, id, Flags, \
 185 #define SFX_SLOT_ATTR( id, GroupId, Dummy, ExecMethodPtr, StateMethodPtr, Flags, ItemClass ) \  argument
 186 			   { id, GroupId, id, Flags, \
 194 #define SFX_SLOT_ENUM( SlaveId, GroupId, MasterId, Value, Flags ) \  argument
 195 			   { SlaveId, GroupId, id, Flags,	 \
 201 			   { id, GroupId, hid, Flags | Prop, \
 211 #define SFX_NEW_SLOT_ENUM( SlaveId, hid, GroupId, pMaster, pNext, MasterId, Value, Flags, DisableFl…  argument
 [all …]
 
 | 
| /aoo4110/main/sc/source/core/data/ | 
| H A D | dpoutput.cxx | 247 					if ( !(pArray[nPos].Flags & sheet::MemberResultFlags::CONTINUE) )  in lcl_FillNumberFormats()312 		if (pArray[i].Flags & sheet::MemberResultFlags::HASMEMBER)  in lcl_MemberEmpty()
 572 	long nFlags = rData.Flags;  in DataCell()
 619 	long nFlags = rData.Flags;  in HeaderCell()
 947 				!( pArray[nRow].Flags & sheet::MemberResultFlags::SUBTOTAL ) )  in Output()
 1235             aHeaderData.Flags = pArray[nItem].Flags;  in GetPositionData()
 1264             aHeaderData.Flags = pArray[nItem].Flags;  in GetPositionData()
 1558             DBG_ASSERT( ( aResultEntry.Flags &  in lcl_FilterInclude()
 1560                         ( aResultEntry.Flags &  in lcl_FilterInclude()
 1564             aResultEntry.Flags = 0;  in lcl_FilterInclude()
 [all …]
 
 | 
| /aoo4110/main/svtools/source/inc/ | 
| H A D | sgvmain.hxx | 153 	sal_uInt8        Flags;     // (Schummel f�r Allignment unter NT)  member in StrkType166 	sal_uInt8        Flags;    // (Schummel f�r Allignment unter NT)  member in RectType
 183 	sal_uInt8        Flags;    // (Schummel f�r Allignment unter NT)  member in PolyType
 200 	sal_uInt8        Flags;    // (Schummel f�r Allignment unter NT)  member in SplnType
 217 	sal_uInt8        Flags;    // (Schummel f�r Allignment unter NT)  member in CircType
 238 	sal_uInt8        Flags;    // (Schummel f�r Allignment unter NT)  member in TextType
 267 	sal_uInt8        Flags;    // (Schummel f�r Allignment unter NT)  member in BmapType
 293 	sal_uInt8        Flags;    // (Schummel f�r Allignment unter NT)  member in GrupType
 
 | 
| /aoo4110/main/tools/source/rc/ | 
| H A D | resmgr.cxx | 855     Flags           = RC_NOTYPE;  in Init()861         Flags      |= RC_AUTORELEASE;  in Init()
 870     Flags           = RC_NOTYPE;  in Clear()
 1135     if( (pTop->Flags & RC_NOTFOUND) )  in GetResource()
 1159             pTop->Flags |= RC_NOTFOUND;  in GetResource()
 1179             pTop->Flags |= RC_GLOBAL;  in GetResource()
 1205                 pTop->Flags |= RC_NOTFOUND;  in GetResource()
 1408     if( (rStack.Flags & RC_NOTFOUND) )  in Increment()
 1420          (rStack.Flags & RC_AUTORELEASE))  in Increment()
 1751     if( (rTop.Flags & RC_NOTFOUND) )  in ReadStringWithoutHook()
 [all …]
 
 | 
| /aoo4110/main/sal/osl/unx/ | 
| H A D | profile.c | 205     Flags=osl_Profile_FLUSHWRITE;  in osl_psz_openProfile()208     if ( Flags == osl_Profile_DEFAULT )  in osl_psz_openProfile()
 212     if ( Flags & osl_Profile_SYSTEM )  in osl_psz_openProfile()
 216     if ( Flags & osl_Profile_READLOCK )  in osl_psz_openProfile()
 220     if ( Flags & osl_Profile_WRITELOCK )  in osl_psz_openProfile()
 224     if ( Flags & osl_Profile_FLUSHWRITE )  in osl_psz_openProfile()
 247 	pProfile->m_Flags = Flags & FLG_USER;  in osl_psz_openProfile()
 1221 	int        Flags;  in openFileImpl()  local
 1260 	if ((Flags = fcntl(pFile->m_Handle, F_GETFD, 0)) != -1)  in openFileImpl()
 1262 		Flags |= FD_CLOEXEC;  in openFileImpl()
 [all …]
 
 | 
| H A D | pipe.c | 164 	int    Flags;  in osl_psz_createPipe()  local214 	if ((Flags = fcntl(pPipe->m_Socket, F_GETFD, 0)) != -1)  in osl_psz_createPipe()
 216 		Flags |= FD_CLOEXEC;  in osl_psz_createPipe()
 217 		if (fcntl(pPipe->m_Socket, F_SETFD, Flags) == -1)  in osl_psz_createPipe()
 
 | 
| H A D | socket.c | 1770 	int 		   Flags;  in osl_createSocket()  local1794 		if ((Flags = fcntl(pSocket->m_Socket, F_GETFD, 0)) != -1)  in osl_createSocket()
 1796 			Flags |= FD_CLOEXEC;  in osl_createSocket()
 1797 			if (fcntl(pSocket->m_Socket, F_SETFD, Flags) == -1)  in osl_createSocket()
 2177 	int Connection, Flags;  in osl_acceptConnectionOnSocket()  local
 2239 	if ((Flags = fcntl(Connection, F_GETFD, 0)) != -1)  in osl_acceptConnectionOnSocket()
 2241 		Flags |= FD_CLOEXEC;  in osl_acceptConnectionOnSocket()
 2242 		if (fcntl(Connection, F_SETFD, Flags) == -1)  in osl_acceptConnectionOnSocket()
 
 | 
| /aoo4110/main/svx/source/dialog/ | 
| H A D | txencbox.cxx | 86                 if ( (aInfo.Flags & nExcludeInfoFlags) == 0 )  in FillFromTextEncodingTable()93                 else if ( (aInfo.Flags & nButIncludeInfoFlags) == 0 )  in FillFromTextEncodingTable()
 138                 if ( (aInfo.Flags & nExcludeInfoFlags) == 0 )  in FillFromDbTextEncodingMap()
 145                 else if ( (aInfo.Flags & nButIncludeInfoFlags) == 0 )  in FillFromDbTextEncodingMap()
 
 | 
| /aoo4110/main/fpicker/source/win32/filepicker/ | 
| H A D | FileOpenDlg.cxx | 113 	m_ofn.Flags |= dwFlags |   in CFileOpenDialog()141 		m_ofn.Flags          |= OFN_ENABLETEMPLATE;  in CFileOpenDialog()
 282 		m_ofn.Flags |= OFN_ALLOWMULTISELECT;  in setMultiSelectionMode()
 284 		m_ofn.Flags &= ~OFN_ALLOWMULTISELECT;  in setMultiSelectionMode()
 293 	return ((m_ofn.Flags & OFN_ALLOWMULTISELECT) > 0);  in getMultiSelectionMode()
 
 | 
| /aoo4110/main/starmath/source/ | 
| H A D | node.cxx | 186 	if (! (Flags() & FLG_VISIBLE))  in SetPhantom()199 	if (! (Flags() & FLG_COLOR))  in SetColor()
 248 	if (!(Flags() & FLG_FONT))  in SetFont()
 264 	if (!(Flags() & FLG_SIZE))  in SetFontSize()
 329 	if (!(Flags() & FLG_HORALIGN))  in SetRectHorAlign()
 826 	Flags() |= FLG_FONT;  in Prepare()
 2100 	Flags() |= FLG_FONT;  in Prepare()
 2749 	Flags() |= FLG_FONT | FLG_ITALIC;  in Prepare()
 2947 	Flags() |= FLG_FONT;  in Prepare()
 3022 	Flags() |= FLG_COLOR | FLG_FONT | FLG_ITALIC;  in Prepare()
 [all …]
 
 | 
| /aoo4110/main/sc/source/filter/inc/ | 
| H A D | scflt.hxx | 331 	sal_uInt16		Flags;  member339 	sal_uInt16		Flags;  member
 619 	sal_uInt16				Flags;  member in Sc10PatternData
 636 							Flags = rData.Flags;  in Sc10PatternData()
 
 | 
| /aoo4110/main/sal/osl/os2/ | 
| H A D | profile.c | 195 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags)  in osl_openProfile()  argument219     Flags=osl_Profile_FLUSHWRITE;  in osl_openProfile()
 222     if ( Flags == osl_Profile_DEFAULT )  in osl_openProfile()
 226     if ( Flags & osl_Profile_SYSTEM )  in osl_openProfile()
 230     if ( Flags & osl_Profile_READLOCK )  in osl_openProfile()
 234     if ( Flags & osl_Profile_WRITELOCK )  in osl_openProfile()
 242     if ( Flags & osl_Profile_FLUSHWRITE )  in osl_openProfile()
 248 	if ((! (Flags & osl_Profile_SYSTEM)) &&  in osl_openProfile()
 249 …((pFile = openFileImpl(FileName, (Flags & osl_Profile_WRITELOCK) ? sal_True : sal_False)) == NULL))  in osl_openProfile()
 262 	pProfile->m_Flags = Flags & FLG_USER;  in osl_openProfile()
 [all …]
 
 | 
| H A D | socket.c | 1791 	int 		   Flags;  in osl_createSocket()  local1815 		if ((Flags = fcntl(pSocket->m_Socket, F_GETFD, 0)) != -1)  in osl_createSocket()
 1817 			Flags |= FD_CLOEXEC;  in osl_createSocket()
 1818 			if (fcntl(pSocket->m_Socket, F_SETFD, Flags) == -1)  in osl_createSocket()
 2215 	int Connection, Flags;  in osl_acceptConnectionOnSocket()  local
 2277 	if ((Flags = fcntl(Connection, F_GETFD, 0)) != -1)  in osl_acceptConnectionOnSocket()
 2279 		Flags |= FD_CLOEXEC;  in osl_acceptConnectionOnSocket()
 2280 		if (fcntl(Connection, F_SETFD, Flags) == -1)  in osl_acceptConnectionOnSocket()
 
 | 
| /aoo4110/main/basegfx/source/polygon/ | 
| H A D | b2dpolypolygontools.cxx | 670 …         OSL_ENSURE(nSequenceCount == (sal_uInt32)rPolyPolygonBezierCoordsSource.Flags.getLength(),  in UnoPolyPolygonBezierCoordsToB2DPolyPolygon()673 …:star::drawing::FlagSequence* pFlagSequence = rPolyPolygonBezierCoordsSource.Flags.getConstArray();  in UnoPolyPolygonBezierCoordsToB2DPolyPolygon()
 701                 rPolyPolygonBezierCoordsRetval.Flags.realloc((sal_Int32)nCount);  in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
 705 …sun::star::drawing::FlagSequence*  pFlagSequence = rPolyPolygonBezierCoordsRetval.Flags.getArray();  in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
 722                 rPolyPolygonBezierCoordsRetval.Flags.realloc(0);  in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
 
 | 
| /aoo4110/main/sal/osl/w32/ | 
| H A D | profile.cxx | 186 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags)  in osl_openProfile()  argument211     Flags=osl_Profile_FLUSHWRITE;  in osl_openProfile()
 214     if ( Flags == osl_Profile_DEFAULT )  in osl_openProfile()
 218     if ( Flags & osl_Profile_SYSTEM )  in osl_openProfile()
 222     if ( Flags & osl_Profile_READLOCK )  in osl_openProfile()
 226     if ( Flags & osl_Profile_WRITELOCK )  in osl_openProfile()
 234     if ( Flags & osl_Profile_FLUSHWRITE )  in osl_openProfile()
 240     if ( (! (Flags & osl_Profile_SYSTEM)) && ( (pFile = openFileImpl(FileName, Flags) ) == NULL ) )  in osl_openProfile()
 255 	pProfile->m_Flags = Flags & FLG_USER;  in osl_openProfile()
 259 	if (Flags & (osl_Profile_READLOCK | osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ))  in osl_openProfile()
 
 | 
| /aoo4110/main/toolkit/source/controls/ | 
| H A D | unocontrol.cxx | 781 …e( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16 Flags ) throw(RuntimeExc…  in setPosSize()  argument787         if ( Flags & awt::PosSize::X )  in setPosSize()
 789         if ( Flags & awt::PosSize::Y )  in setPosSize()
 791         if ( Flags & awt::PosSize::WIDTH )  in setPosSize()
 793         if ( Flags & awt::PosSize::HEIGHT )  in setPosSize()
 795 		maComponentInfos.nFlags |= Flags;  in setPosSize()
 801 		xWindow->setPosSize( X, Y, Width, Height, Flags );  in setPosSize()
 
 | 
| /aoo4110/main/chart2/source/view/main/ | 
| H A D | ShapeFactory.cxx | 799     rReturn.Flags[0].realloc(nOldCount+nAddCount+1);  in appendAndCloseBezierCoords()805         rReturn.Flags[0][nOldCount+nN] = rAdd.Flags[0][nAdd];  in appendAndCloseBezierCoords()
 810     rReturn.Flags[0][nOldCount+nAddCount] = rReturn.Flags[0][0];  in appendAndCloseBezierCoords()
 857     aReturn.Flags       = drawing::FlagSequenceSequence(1);  in getCircularArcBezierCoords()
 924     aReturn.Flags[0] = aFlags;  in getCircularArcBezierCoords()
 941     aReturn.Flags       = drawing::FlagSequenceSequence(1);  in getRingBezierCoords()
 946     aReturn.Flags[0] = aOuterArc.Flags[0];  in getRingBezierCoords()
 
 | 
| /aoo4110/main/offapi/com/sun/star/awt/ | 
| H A D | XWindow.idl | 90         @param Flags91         Flags are of type <type>PosSize</type> and specify, which parameters
 98 			 [in] short Flags );
 
 | 
| /aoo4110/main/extensions/source/unoactivex/main/ | 
| H A D | initwindowpeer.cxx | 59 void SAL_CALL InitWindowPeer::invalidate( sal_Int16 Flags )  in invalidate()  argument64 void SAL_CALL InitWindowPeer::invalidateRect( const awt::Rectangle& Rect, sal_Int16 Flags )  in invalidateRect()  argument
 
 |