Home
last modified time | relevance | path

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

12345678910>>...31

/aoo41x/main/vcl/aqua/source/window/
H A Dsalframe.cxx875 void AquaSalFrame::ToTop(sal_uInt16 nFlags) in ToTop() argument
886 if( ! (nFlags & SAL_FRAME_TOTOP_RESTOREWHENMIN) ) in ToTop()
891 if( nFlags & SAL_FRAME_TOTOP_GRABFOCUS ) in ToTop()
1368 if (nFlags & (SAL_FRAME_POSSIZE_X | SAL_FRAME_POSSIZE_Y)) in SetPosSize()
1374 if (nFlags & (SAL_FRAME_POSSIZE_WIDTH | SAL_FRAME_POSSIZE_HEIGHT)) in SetPosSize()
1390 if( (nFlags & SAL_FRAME_POSSIZE_WIDTH) != 0 ) in SetPosSize()
1405 if( (nFlags & (SAL_FRAME_POSSIZE_WIDTH | SAL_FRAME_POSSIZE_HEIGHT)) != 0 ) in SetPosSize()
1412 if( (nFlags & SAL_FRAME_POSSIZE_X) != 0 ) in SetPosSize()
1414 if( (nFlags & SAL_FRAME_POSSIZE_Y) != 0) in SetPosSize()
1418 if( (nFlags & SAL_FRAME_POSSIZE_WIDTH) != 0 ) in SetPosSize()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 );
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx8043 sal_uInt16 nFlags; in getScenarioComment() local
8063 sal_uInt16 nFlags; in setScenarioComment() local
8343 sal_uInt16 nFlags; in SetOnePropertyValue() local
8376 sal_uInt16 nFlags; in SetOnePropertyValue() local
8409 sal_uInt16 nFlags; in SetOnePropertyValue() local
8442 sal_uInt16 nFlags; in SetOnePropertyValue() local
8475 sal_uInt16 nFlags; in SetOnePropertyValue() local
8508 sal_uInt16 nFlags; in SetOnePropertyValue() local
8622 sal_uInt16 nFlags; in GetOnePropertyValue() local
8634 sal_uInt16 nFlags; in GetOnePropertyValue() local
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/editeng/source/outliner/
H A Doutliner.cxx123 mnDepthChangeHdlPrevFlags = pPara->nFlags; in Insert()
128 pPara->nFlags |= PARAFLAG_HOLDDEPTH; in Insert()
143 pPara->nFlags |= PARAFLAG_HOLDDEPTH; in Insert()
167 pPara->nFlags = PARAFLAG_SETBULLETTEXT; in ParagraphInserted()
303 mnDepthChangeHdlPrevFlags = pPara->nFlags; in SetDepth()
517 if( !(pPara->nFlags & PARAFLAG_HOLDDEPTH) ) in SetText()
522 pPara->nFlags &= (~PARAFLAG_HOLDDEPTH); in SetText()
777 pPara->nFlags |= PARAFLAG_SETBULLETTEXT; in SetStyleSheet()
1314 mnDepthChangeHdlPrevFlags = pPara->nFlags; in ImpTextPasted()
2036 pPara->nFlags &= (~PARAFLAG_SETBULLETTEXT); in ImplCalcBulletText()
[all …]
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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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…
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/xmloff/source/chart/
H A Dcontexts.cxx109 sal_uInt16 nFlags = GetImport().getImportFlags(); in CreateChildContext() local
114 if( nFlags & IMPORT_AUTOSTYLES ) in CreateChildContext()
122 if( nFlags & IMPORT_STYLES ) in CreateChildContext()
132 if( nFlags & IMPORT_CONTENT ) in CreateChildContext()
/aoo41x/main/sc/source/ui/dbgui/
H A Dscendlg.cxx189 const Color& rColor, sal_uInt16 nFlags ) in SetScenarioData() argument
195 aCbShowFrame.Check ( (nFlags & SC_SCENARIO_SHOWFRAME) != 0 ); in SetScenarioData()
198 aCbTwoWay.Check ( (nFlags & SC_SCENARIO_TWOWAY) != 0 ); in SetScenarioData()
202 aCbProtect.Check ( (nFlags & SC_SCENARIO_PROTECT) != 0 ); in SetScenarioData()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 332 milliseconds

12345678910>>...31