Home
last modified time | relevance | path

Searched refs:Flags (Results 1 – 25 of 122) sorted by relevance

12345

/trunk/main/sc/source/core/tool/
H A Drefdata.cxx228 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 Dtoken.cxx71 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 …]
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx35 } Flags; member
43 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 …]
/trunk/main/sc/inc/
H A Drefdata.hxx74 }Flags; member
88 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 …]
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/
H A DOpenSymbol.sfd783 Flags: W
851 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 …]
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.1/
H A DOpenSymbol.sfd789 Flags: W
871 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 …]
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx166 #define SFX_SLOT_ARG( aShellClass, id, GroupId, ExecMethodPtr, StateMethodPtr, Flags, ItemClass, nA… argument
167 { 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 …]
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx247 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 …]
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx153 sal_uInt8 Flags; // (Schummel f�r Allignment unter NT) member in StrkType
166 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
/trunk/main/tools/source/rc/
H A Dresmgr.cxx855 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 …]
/trunk/main/sal/osl/unx/
H A Dprofile.c205 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 Dpipe.c164 int Flags; in osl_psz_createPipe() local
212 if ((Flags = fcntl(pPipe->m_Socket, F_GETFD, 0)) != -1) in osl_psz_createPipe()
214 Flags |= FD_CLOEXEC; in osl_psz_createPipe()
215 if (fcntl(pPipe->m_Socket, F_SETFD, Flags) == -1) in osl_psz_createPipe()
H A Dsocket.c1770 int Flags; in osl_createSocket() local
1794 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()
/trunk/main/svx/source/dialog/
H A Dtxencbox.cxx86 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()
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx113 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()
/trunk/main/starmath/source/
H A Dnode.cxx186 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()
2130 Flags() |= FLG_FONT; in Prepare()
2789 Flags() |= FLG_FONT | FLG_ITALIC; in Prepare()
2987 Flags() |= FLG_FONT; in Prepare()
3062 Flags() |= FLG_COLOR | FLG_FONT | FLG_ITALIC; in Prepare()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx331 sal_uInt16 Flags; member
339 sal_uInt16 Flags; member
619 sal_uInt16 Flags; member in Sc10PatternData
636 Flags = rData.Flags; in Sc10PatternData()
/trunk/main/sal/osl/os2/
H A Dprofile.c195 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() argument
219 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 Dsocket.c1791 int Flags; in osl_createSocket() local
1815 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()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx670 … 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()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx186 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() argument
211 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()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx799 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()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx781 …e( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16 Flags ) throw(RuntimeExc… in setPosSize() argument
787 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()
/trunk/main/offapi/com/sun/star/awt/
H A DXWindow.idl90 @param Flags
91 Flags are of type <type>PosSize</type> and specify, which parameters
98 [in] short Flags );
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx604 if ((Flags & PolyClosBit) !=0) SetArea(F,rOut); in Draw()
609 if ((Flags & PolyClosBit) !=0) { in Draw()
627 if ((Flags & PolyClosBit) !=0) SetArea(F,rOut); in Draw()
633 if ((Flags & PolyClosBit) !=0) { in Draw()
744 if ((Flags & 0x03)==CircFull) { in Draw()
781 switch (Flags & 0x03) { in Draw()

Completed in 458 milliseconds

12345