Home
last modified time | relevance | path

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

12345

/AOO41X/main/sc/source/core/tool/
H A Drefdata.cxx42 if ( Flags.bColRel ) in SmartRelAbs()
47 if ( Flags.bRowRel ) in SmartRelAbs()
52 if ( Flags.bTabRel ) in SmartRelAbs()
61 if ( Flags.bColRel ) in CalcAbsIfRel()
65 Flags.bColDeleted = sal_True; in CalcAbsIfRel()
67 if ( Flags.bRowRel ) in CalcAbsIfRel()
71 Flags.bRowDeleted = sal_True; in CalcAbsIfRel()
73 if ( Flags.bTabRel ) in CalcAbsIfRel()
77 Flags.bTabDeleted = sal_True; in CalcAbsIfRel()
190 (Flags.bColRel ? nRelCol == r.nRelCol : nCol == r.nCol) && in operator ==()
[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 …]
/AOO41X/main/sw/source/filter/inc/
H A Drtf.hxx35 } Flags; member
43 Value.Flags.nOrient = nOrient; in RTFVertOrient()
44 Value.Flags.nRelOrient = nRelOrient; in RTFVertOrient()
47 sal_uInt16 GetOrient() const { return Value.Flags.nOrient; } in GetOrient()
48 sal_uInt16 GetRelation() const { return Value.Flags.nRelOrient; } in GetRelation()
60 } Flags; member
68 Value.Flags.nOrient = nOrient; in RTFHoriOrient()
69 Value.Flags.nRelOrient = nRelOrient; in RTFHoriOrient()
70 Value.Flags.nRelAnchor = 0; in RTFHoriOrient()
73 sal_uInt16 GetOrient() const { return Value.Flags.nOrient; } in GetOrient()
[all …]
/AOO41X/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()
92 inline void SetTabRel( sal_Bool bVal ) { Flags.bTabRel = (bVal ? sal_True : sal_False ); } in SetTabRel()
93 inline sal_Bool IsTabRel() const { return Flags.bTabRel; } in IsTabRel()
95 …inline void SetColDeleted( sal_Bool bVal ) { Flags.bColDeleted = (bVal ? sal_True : sal_False ); } in SetColDeleted()
96 inline sal_Bool IsColDeleted() const { return Flags.bColDeleted; } in IsColDeleted()
97 …inline void SetRowDeleted( sal_Bool bVal ) { Flags.bRowDeleted = (bVal ? sal_True : sal_False ); } in SetRowDeleted()
[all …]
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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, \
200 …llClass, id, hid, GroupId, pLinked, pNext, ExecMethodPtr, StateMethodPtr, Flags, DisableFlags, Ite… argument
201 { id, GroupId, hid, Flags | Prop, \
[all …]
/AOO41X/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()
892 if ( ( pArray[nCol].Flags & sheet::MemberResultFlags::HASMEMBER ) && in Output()
893 !( pArray[nCol].Flags & sheet::MemberResultFlags::SUBTOTAL ) ) in Output()
896 … while ( nEnd+1 < nThisColCount && ( pArray[nEnd+1].Flags & sheet::MemberResultFlags::CONTINUE ) ) in Output()
917 else if ( pArray[nCol].Flags & sheet::MemberResultFlags::SUBTOTAL ) in Output()
946 if ( ( pArray[nRow].Flags & sheet::MemberResultFlags::HASMEMBER ) && in Output()
947 !( pArray[nRow].Flags & sheet::MemberResultFlags::SUBTOTAL ) ) in Output()
[all …]
/AOO41X/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
/AOO41X/main/sal/osl/unx/
H A Dprofile.c142 static osl_TStamp closeFileImpl(osl_TFile* pFile, oslProfileOption Flags);
172 …ic oslProfile SAL_CALL osl_psz_openProfile(const sal_Char *pszProfileName, oslProfileOption Flags);
191 …tic oslProfile SAL_CALL osl_psz_openProfile(const sal_Char *pszProfileName, oslProfileOption Flags) in osl_psz_openProfile() argument
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()
231 if ( ( pFile = openFileImpl(pszProfileName, Flags ) ) == NULL ) in osl_psz_openProfile()
[all …]
H A Dpipe.c164 int Flags; in osl_psz_createPipe() local
214 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 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()
/AOO41X/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()
990 if( ( aStack[nCurStack].Flags & (RC_GLOBAL | RC_NOTFOUND) ) == RC_GLOBAL ) in ~ResMgr()
1011 if( (aStack[nCurStack].Flags & RC_FALLBACK_UP) ) in decStack()
1020 if( (rTop.Flags & RC_FALLBACK_DOWN) ) in decStack()
1135 if( (pTop->Flags & RC_NOTFOUND) ) in GetResource()
1159 pTop->Flags |= RC_NOTFOUND; in GetResource()
1179 pTop->Flags |= RC_GLOBAL; in GetResource()
1188 pTop->Flags |= RC_FALLBACK_DOWN; in GetResource()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/starmath/source/
H A Dnode.cxx186 if (! (Flags() & FLG_VISIBLE)) in SetPhantom()
199 if (! (Flags() & FLG_COLOR)) in SetColor()
213 (nAttrib == ATTR_BOLD && !(Flags() & FLG_BOLD)) || in SetAttribut()
214 (nAttrib == ATTR_ITALIC && !(Flags() & FLG_ITALIC)) in SetAttribut()
231 (nAttrib == ATTR_BOLD && !(Flags() & FLG_BOLD)) || in ClearAttribut()
232 (nAttrib == ATTR_ITALIC && !(Flags() & FLG_ITALIC)) in ClearAttribut()
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()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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 );
/AOO41X/main/extensions/source/unoactivex/main/
H A Dinitwindowpeer.cxx59 void SAL_CALL InitWindowPeer::invalidate( sal_Int16 Flags ) in invalidate() argument
64 void SAL_CALL InitWindowPeer::invalidateRect( const awt::Rectangle& Rect, sal_Int16 Flags ) in invalidateRect() argument

12345