Home
last modified time | relevance | path

Searched refs:nFlags (Results 176 – 200 of 771) sorted by relevance

12345678910>>...31

/trunk/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()
/trunk/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
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx213 …CustomAnimationListEntryItem( SvLBoxEntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnimati…
216 void Paint( const Point&, SvLBox& rDev, sal_uInt16 nFlags,SvLBoxEntry* );
228 CustomAnimationListEntryItem::CustomAnimationListEntryItem( SvLBoxEntry* pEntry, sal_uInt16 nFlags,… in CustomAnimationListEntryItem() argument
229 : SvLBoxString( pEntry, nFlags, aDescription ) in CustomAnimationListEntryItem()
364 …CustomAnimationTriggerEntryItem( SvLBoxEntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnim…
368 void Paint( const Point&, SvLBox& rDev, sal_uInt16 nFlags,SvLBoxEntry* );
379 …ryItem::CustomAnimationTriggerEntryItem( SvLBoxEntry* pEntry, sal_uInt16 nFlags, OUString aDescrip… in CustomAnimationTriggerEntryItem() argument
380 : SvLBoxString( pEntry, nFlags, aDescription ), mpParent( pParent ), maDescription( aDescription ) in CustomAnimationTriggerEntryItem()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx337 … XclStrFlags nFlags = (bBiff2 && (GetBiff() <= EXC_BIFF5)) ? EXC_STR_8BITLENGTH : EXC_STR_DEFAULT; in ReadLabel() local
344 aString.Read( maStrm, nFlags ); in ReadLabel()
704 sal_uInt16 nFlags; in Wsbool() local
705 aIn >> nFlags; in Wsbool()
707 pRowOutlineBuff->SetButtonMode( ::get_flag( nFlags, EXC_WSBOOL_ROWBELOW ) ); in Wsbool()
708 pColOutlineBuff->SetButtonMode( ::get_flag( nFlags, EXC_WSBOOL_COLBELOW ) ); in Wsbool()
710 GetPageSettings().SetFitToPages( ::get_flag( nFlags, EXC_WSBOOL_FITTOPAGE ) ); in Wsbool()
1033 sal_uInt16 nFlags, nDefHeight; in Defrowheight345() local
1034 maStrm >> nFlags >> nDefHeight; in Defrowheight345()
1035 pColRowBuff->SetDefHeight( nDefHeight, nFlags ); in Defrowheight345()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx601 SCSIZE nIndex, sal_uInt16 nFlags ) const in CreateRefCell()
603 sal_uInt16 nContFlags = nFlags & IDF_CONTENTS; in CreateRefCell()
617 sal_uInt16 nValFlags = nFlags & (IDF_DATETIME|IDF_VALUE); in CreateRefCell()
627 bMatch = ((nFlags & IDF_DATETIME) != 0); in CreateRefCell()
629 bMatch = ((nFlags & IDF_VALUE) != 0); in CreateRefCell()
829 bool bCloneValue = (nFlags & IDF_VALUE) != 0; in CloneCell()
830 bool bCloneDateTime = (nFlags & IDF_DATETIME) != 0; in CloneCell()
831 bool bCloneString = (nFlags & IDF_STRING) != 0; in CloneCell()
832 bool bCloneFormula = (nFlags & IDF_FORMULA) != 0; in CloneCell()
833 bool bCloneNote = (nFlags & IDF_NOTE) != 0; in CloneCell()
[all …]
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustring_convert.cxx40 sal_uInt32 nFlags; member
50 rTest.nFlags); in testConvertToString()
52 rTest.nFlags)); in testConvertToString()
66 aPrefix.append(static_cast< sal_Int32 >(rTest.nFlags), 16); in testConvertToString()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1488 static void ImplSalToTop( HWND hWnd, ULONG nFlags ) in ImplSalToTop() argument
1501 if ( nFlags & SAL_FRAME_TOTOP_FOREGROUNDTASK ) in ImplSalToTop()
1504 if ( nFlags & SAL_FRAME_TOTOP_RESTOREWHENMIN ) in ImplSalToTop()
1519 void Os2SalFrame::ToTop( USHORT nFlags ) in ToTop() argument
1528 ImplSalToTop( mhWndFrame, nFlags ); in ToTop()
1758 void Os2SalFrame::EndExtTextInput( USHORT nFlags ) in EndExtTextInput() argument
2375 USHORT nFlags = SHORT2FROMMP( nMP2 ); in ImplHandleMouseMsg() local
2779 if ( nFlags & KC_SHIFT ) in ImplHandleKeyMsg()
2781 if ( nFlags & KC_CTRL ) in ImplHandleKeyMsg()
2783 if ( nFlags & KC_ALT ) in ImplHandleKeyMsg()
[all …]
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx590 sal_uInt16 nFlags, const OutputDevice *pOutDev ) in CopyArea() argument
597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); in CopyArea()
678 void SalGraphics::Invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags, const Outp… in Invert() argument
682 invert( nX, nY, nWidth, nHeight, nFlags ); in Invert()
684 void SalGraphics::Invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags, const Outpu… in Invert() argument
690 invert( nPoints, bCopied ? pPtAry2 : pPtAry, nFlags ); in Invert()
694 invert( nPoints, pPtAry, nFlags ); in Invert()
874 sal_uInt16 nFlags ) in AddDevFontSubstitute() argument
876 pOutDev->ImplAddDevFontSubstitute( rFontName, rReplaceFontName, nFlags ); in AddDevFontSubstitute()
H A Dgdimetafiletools.cxx377 const sal_uInt16 nFlags(pA->GetFlags()); in clipMetafileContentAgainstOwnRegions() local
379 aPushFlags.push_back(nFlags); in clipMetafileContentAgainstOwnRegions()
381 if(nFlags & PUSH_CLIPREGION) in clipMetafileContentAgainstOwnRegions()
386 if(nFlags & PUSH_MAPMODE) in clipMetafileContentAgainstOwnRegions()
398 const sal_uInt16 nFlags(aPushFlags.back()); in clipMetafileContentAgainstOwnRegions() local
401 if(nFlags & PUSH_CLIPREGION) in clipMetafileContentAgainstOwnRegions()
413 if(nFlags & PUSH_MAPMODE) in clipMetafileContentAgainstOwnRegions()
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx486 void Window::ImplControlFocus( sal_uInt16 nFlags ) in ImplControlFocus() argument
488 if ( nFlags & GETFOCUS_MNEMONIC ) in ImplControlFocus()
493 ((RadioButton*)this)->ImplCallClick( sal_True, nFlags ); in ImplControlFocus()
495 ImplGrabFocus( nFlags ); in ImplControlFocus()
499 ImplGrabFocus( nFlags ); in ImplControlFocus()
500 if ( nFlags & GETFOCUS_UNIQUEMNEMONIC ) in ImplControlFocus()
518 ((RadioButton*)this)->ImplCallClick( sal_True, nFlags ); in ImplControlFocus()
520 ImplGrabFocus( nFlags ); in ImplControlFocus()
523 ImplGrabFocus( nFlags ); in ImplControlFocus()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx492 sal_Int16 nFlags (0); in mouseDragged() local
494 nFlags |= awt::PosSize::X; in mouseDragged()
496 nFlags |= awt::PosSize::Y; in mouseDragged()
498 nFlags |= awt::PosSize::WIDTH; in mouseDragged()
500 nFlags |= awt::PosSize::HEIGHT; in mouseDragged()
501 mxOuterDragWindow->setPosSize(aBox.X, aBox.Y, aBox.Width, aBox.Height, nFlags); in mouseDragged()
/trunk/main/svtools/inc/svtools/
H A Dtaskbar.hxx277 sal_uInt16 nFlags );
290 void SetFlags( sal_uInt16 nFlags ) { mnFlags = nFlags; } in SetFlags() argument
348 sal_uInt16 nFlags = TASKSTATUSFIELD_CLOCK );
351 void SetFieldFlags( sal_uInt16 nFlags );
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx213 void SvpSalFrame::SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags ) in SetPosSize() argument
215 if( (nFlags & SAL_FRAME_POSSIZE_X) != 0 ) in SetPosSize()
217 if( (nFlags & SAL_FRAME_POSSIZE_Y) != 0 ) in SetPosSize()
219 if( (nFlags & SAL_FRAME_POSSIZE_WIDTH) != 0 ) in SetPosSize()
227 if( (nFlags & SAL_FRAME_POSSIZE_HEIGHT) != 0 ) in SetPosSize()
/trunk/main/sot/source/sdstor/
H A Dstgole.cxx184 nFlags = 0; in StgOleStream()
189 nFlags = 0; in Load()
194 *this >> version >> nFlags; in Load()
204 << (sal_Int32) nFlags // Object flags in Store()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1504 void ScPreview::DragMove( long nDragMovePos, sal_uInt16 nFlags ) in DragMove() argument
1511 if( nFlags == POINTER_HSIZEBAR || nFlags == POINTER_HSPLIT ) in DragMove()
1515 DrawInvert( aButtonDownChangePoint.X(), nFlags ); in DragMove()
1517 DrawInvert( aButtonDownChangePoint.X(), nFlags ); in DragMove()
1520 else if( nFlags == POINTER_VSIZEBAR ) in DragMove()
1524 DrawInvert( aButtonDownChangePoint.Y(), nFlags ); in DragMove()
1526 DrawInvert( aButtonDownChangePoint.Y(), nFlags ); in DragMove()
1531 void ScPreview::DrawInvert( long nDragPos, sal_uInt16 nFlags ) in DrawInvert() argument
1535 if( nFlags == POINTER_HSIZEBAR || nFlags == POINTER_HSPLIT ) in DrawInvert()
1540 else if( nFlags == POINTER_VSIZEBAR ) in DrawInvert()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx106 USHORT nFlags ) in copyArea() argument
122 if ( (nFlags & SAL_COPYAREA_WINDOWINVALIDATE) && mbWindow ) in copyArea()
680 void Os2SalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags ) in invert() argument
682 if( nFlags & SAL_INVERT_TRACKFRAME ) in invert()
723 ab.usSymbol = (nFlags & SAL_INVERT_50) ? PATSYM_DENSE5 : PATSYM_SOLID; in invert()
746 void Os2SalGraphics::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags ) in invert() argument
748 if( nFlags & SAL_INVERT_TRACKFRAME ) in invert()
778 ab.usSymbol = (nFlags & SAL_INVERT_50) ? PATSYM_DENSE5 : PATSYM_SOLID; in invert()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx112 SC_DLLPUBLIC sal_Bool PasteFromClip( sal_uInt16 nFlags, ScDocument* pClipDoc,
119 void FillTab( sal_uInt16 nFlags, sal_uInt16 nFunction, sal_Bool bSkipEmpty, sal_Bool bAsLink );
164 void CreateNames( sal_uInt16 nFlags );
206 void DeleteContents( sal_uInt16 nFlags, sal_Bool bRecord = sal_True );
288 const Color& rColor, sal_uInt16 nFlags );
349 …bool PasteMultiRangesFromClip( sal_uInt16 nFlags, ScDocument* pClipDoc, sal_uInt16 nFun…
/trunk/main/sc/source/filter/lotus/
H A Dlotimpop.cxx99 sal_uInt8 nMajorId, nMinorId, nFlags; in Bof() local
108 Read( nFlags ); in Bof()
312 sal_uInt8 nLTab, nFlags; in RowPresentation() local
324 Read( nFlags ); in RowPresentation()
327 if( nFlags & 0x02 ) // Fixed / Strech to fit fonts in RowPresentation()
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx100 nFlags ( nNewFlags ), in ScUndoDeleteContents()
133 if ( pChangeTrack && (nFlags & IDF_CONTENTS) ) in SetChangeTrack()
156 if (nFlags & IDF_ATTRIB) in DoChange()
158 if (nFlags & IDF_EDITATTR) // Edit-Engine-Attribute in DoChange()
185 sal_uInt16 nRedoFlags = (nFlags & ~IDF_OBJECTS) | IDF_NOCAPTIONS; in DoChange()
248 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteContents( nFlags, sal_True ); in Repeat()
280 nFlags ( nFlg ), in ScUndoFillTable()
365 pDoc->FillTabMarked( nSrcTab, aMarkData, nFlags, nFunction, bSkipEmpty, bAsLink ); in DoChange()
1536 nFlags ( nNewFlag ) in ScUndoRefConversion()
1555 if ( pChangeTrack && (nFlags & IDF_FORMULA) ) in SetChangeTrack()
[all …]
/trunk/main/editeng/source/items/
H A Dparaitem.cxx524 sal_Int8 nFlags; in Create() local
525 rStrm >> nFlags; in Create()
526 pRet->bOneBlock = 0 != (nFlags & 0x0001); in Create()
527 pRet->bLastCenter = 0 != (nFlags & 0x0002); in Create()
528 pRet->bLastBlock = 0 != (nFlags & 0x0004); in Create()
540 sal_Int8 nFlags = 0; in Store() local
542 nFlags |= 0x0001; in Store()
544 nFlags |= 0x0002; in Store()
546 nFlags |= 0x0004; in Store()
547 rStrm << (sal_Int8) nFlags; in Store()
/trunk/main/svtools/source/control/
H A Dfilectrl.cxx35 FileControl::FileControl( Window* pParent, WinBits nStyle, FileControlMode nFlags ) : in FileControl() argument
40 mnFlags( nFlags ), in FileControl()
199 void FileControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() argument
204 GetEdit().Draw( pDev, rPos, rSize, nFlags ); in Draw()
/trunk/main/editeng/source/outliner/
H A Doutlundo.cxx65 void OutlinerUndoChangeParaFlags::ImplChangeFlags( sal_uInt16 nFlags ) in ImplChangeFlags() argument
72 pOutliner->mnDepthChangeHdlPrevFlags = pPara->nFlags; in ImplChangeFlags()
75 pPara->nFlags = nFlags; in ImplChangeFlags()
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx210 SvLBoxString::SvLBoxString( SvLBoxEntry* pEntry,sal_uInt16 nFlags,const XubString& rStr) : in SvLBoxString() argument
211 SvLBoxItem( pEntry, nFlags ) in SvLBoxString()
282 SvLBoxBmp::SvLBoxBmp( SvLBoxEntry* pEntry, sal_uInt16 nFlags, Image aBitmap ) : in SvLBoxBmp() argument
283 SvLBoxItem( pEntry, nFlags ) in SvLBoxBmp()
347 sal_uInt16 nFlags, SvLBoxButtonData* pBData ) in SvLBoxButton() argument
348 : SvLBoxItem( pEntry, nFlags ) in SvLBoxButton()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx69 : SwImpBlocks( rFile ), bAutocorrBlock( sal_False ), nFlags ( 0 ) in SwXMLTextBlocks()
112 , nFlags ( 0 ) in SwXMLTextBlocks()
356 sal_uInt16 nCommitFlags = nFlags & (SWXML_CONVBLOCK|SWXML_NOROOTCOMMIT); in PutBlock()
358 nFlags |= nCommitFlags; in PutBlock()
479 nFlags |= SWXML_NOROOTCOMMIT; in PutMuchEntries()
486 nFlags &= ~SWXML_NOROOTCOMMIT; in PutMuchEntries()
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx487 sal_Int16 nFlags ) throw( RuntimeException ) in setPosSize() argument
497 if ( nFlags & PosSize::X ) in setPosSize()
502 if ( nFlags & PosSize::Y ) in setPosSize()
507 if ( nFlags & PosSize::WIDTH ) in setPosSize()
512 if ( nFlags & PosSize::HEIGHT ) in setPosSize()
519 m_xPeerWindow->setPosSize( m_nX, m_nY, m_nWidth, m_nHeight, nFlags ); in setPosSize()

Completed in 191 milliseconds

12345678910>>...31