Home
last modified time | relevance | path

Searched refs:nType (Results 51 – 75 of 977) sorted by relevance

12345678910>>...40

/trunk/main/sc/source/ui/vba/
H A Dvbaaxes.cxx67 …art, const uno::Reference< uno::XComponentContext >& xContext, sal_Int32 nType, sal_Int32 nAxisGr… in createAxis() argument
74 if (((nType == xlCategory) || (nType == xlSeriesAxis) || (nType == xlValue))) in createAxis()
78 xAxisPropertySet.set( pChart->getAxisPropertySet(nType, nAxisGroup), uno::UNO_QUERY_THROW ); in createAxis()
83 return new ScVbaAxis( xParent, xContext, xAxisPropertySet, nType, nAxisGroup); in createAxis()
165 sal_Int32 nType = -1; in Item() local
166 if ( !_nType.hasValue() || ( ( _nType >>= nType ) == sal_False ) ) in Item()
172 return uno::makeAny( createAxis( moChartParent, mxContext, nType, nAxisGroup ) ); in Item()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx550 sal_uInt16 nType; in _CreateSdrObject() local
553 GetTypeAndInventor( nType, nInventor, xShape->getShapeType() ); in _CreateSdrObject()
556 if( nType != 0 ) in _CreateSdrObject()
567 switch( nType ) in _CreateSdrObject()
586 pNewObj = SdrObjFactory::MakeNewObject( nInventor, nType, mpPage ); in _CreateSdrObject()
692 switch( nType ) in CreateShapeByTypeAndInventor()
721 switch( nType ) in CreateShapeByTypeAndInventor()
808 nType = OBJ_OLE2_PLUGIN; in CreateShapeByTypeAndInventor()
813 nType = OBJ_OLE2_APPLET; in CreateShapeByTypeAndInventor()
818 nType = OBJ_FRAME; in CreateShapeByTypeAndInventor()
[all …]
/trunk/main/svtools/source/control/
H A Dfilectrl.cxx107 void FileControl::StateChanged( StateChangedType nType ) in StateChanged() argument
109 if ( nType == STATE_CHANGE_ENABLE ) in StateChanged()
114 else if ( nType == STATE_CHANGE_ZOOM ) in StateChanged()
119 else if ( nType == STATE_CHANGE_STYLE ) in StateChanged()
123 else if ( nType == STATE_CHANGE_CONTROLFONT ) in StateChanged()
132 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
137 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
142 Window::StateChanged( nType ); in StateChanged()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx62 sal_uInt16 nType, in CreateMenuItemData() argument
76 aProps[3].Value <<= nType; in CreateMenuItemData()
87 …L, const rtl::OUString& sHelpURL, const rtl::OUString& sLabel, sal_uInt16 nType, const uno::Any& a… in CreateToolbarItemData() argument
98 aProps[3].Value <<= nType; in CreateToolbarItemData()
171 sal_Int32 nType = office::MsoControlType::msoControlButton; in Add() local
177 Type >>= nType; in Add()
180 if( nType != office::MsoControlType::msoControlButton && in Add()
181 nType != office::MsoControlType::msoControlPopup ) in Add()
198 if( nType == office::MsoControlType::msoControlPopup ) in Add()
227 if( nType == office::MsoControlType::msoControlPopup ) in Add()
/trunk/main/xmloff/source/text/
H A Dtxtparaimphint.hxx56 sal_uInt8 nType; member in XMLHint_Impl
65 nType( nTyp ) in XMLHint_Impl()
72 nType( nTyp ) in XMLHint_Impl()
84 sal_uInt8 GetType() const { return nType; } in GetType()
85 sal_Bool IsStyle() { return XML_HINT_STYLE==nType; } in IsStyle()
86 sal_Bool IsReference() { return XML_HINT_REFERENCE==nType; } in IsReference()
87 sal_Bool IsHyperlink() { return XML_HINT_HYPERLINK==nType; } in IsHyperlink()
88 sal_Bool IsIndexMark() { return XML_HINT_INDEX_MARK==nType; } in IsIndexMark()
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx432 SvEmbeddedObjectTypes nType = SV_EMBEDDED_OWN; in _exportTextEmbedded() local
435 nType = SV_EMBEDDED_PLUGIN; in _exportTextEmbedded()
439 nType = SV_EMBEDDED_APPLET; in _exportTextEmbedded()
443 nType = SV_EMBEDDED_FRAME; in _exportTextEmbedded()
447 nType = SV_EMBEDDED_OUTPLACE; in _exportTextEmbedded()
463 switch( nType ) in _exportTextEmbedded()
497 switch (nType) in _exportTextEmbedded()
506 if( SV_EMBEDDED_OWN == nType ) in _exportTextEmbedded()
566 eElementName = SV_EMBEDDED_OUTPLACE==nType ? XML_OBJECT_OLE in _exportTextEmbedded()
663 switch( nType ) in _exportTextEmbedded()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dcontent.hxx77 void InitRoot(sal_uInt16 nType);
78 void ClearType(sal_uInt16 nType);
80 void InsertContent( sal_uInt16 nType, const String& rValue );
81 void GetDrawNames( sal_uInt16 nType );
94 sal_Bool DrawNamesChanged( sal_uInt16 nType );
144 void ObjectFresh( sal_uInt16 nType,SvLBoxEntry* pEntry = NULL);
151 void Refresh( sal_uInt16 nType = 0 );
/trunk/main/sw/source/ui/vba/
H A Dvbawrapformat.cxx89 sal_Int32 nType = word::WdWrapType::wdWrapSquare; in getType() local
96 nType = word::WdWrapType::wdWrapTopBottom; in getType()
101 nType = word::WdWrapType::wdWrapNone; in getType()
109 nType = word::WdWrapType::wdWrapTight; in getType()
111 nType = word::WdWrapType::wdWrapSquare; in getType()
118 nType = word::WdWrapType::wdWrapThrough; in getType()
123 nType = word::WdWrapType::wdWrapSquare; in getType()
126 return nType; in getType()
H A Dvbaview.cxx249 uno::Reference< text::XTextRange > SwVbaView::getHFTextRange( sal_Int32 nType ) throw (uno::Runtime… in getHFTextRange() argument
258 switch( nType ) in getHFTextRange()
286 if( nType == word::WdSeekView::wdSeekFirstPageFooter in getHFTextRange()
287 || nType == word::WdSeekView::wdSeekFirstPageHeader ) in getHFTextRange()
294 switch( nType ) in getHFTextRange()
349 if( nType == word::WdSeekView::wdSeekEvenPagesFooter in getHFTextRange()
350 || nType == word::WdSeekView::wdSeekEvenPagesHeader ) in getHFTextRange()
362 if( nType == word::WdSeekView::wdSeekEvenPagesFooter in getHFTextRange()
363 || nType == word::WdSeekView::wdSeekEvenPagesHeader ) in getHFTextRange()
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx554 nType( EXC_AFTYPE_NOTUSED ), in ExcFilterCondition()
574 nType = nTp; in SetCondition()
584 rStrm << nType << nOper; in Save()
585 switch( nType ) in Save()
617 static OString lcl_GetValue( sal_uInt8 nType, double fVal, XclExpString* pStr ) in lcl_GetValue() argument
619 switch( nType ) in lcl_GetValue()
635 XML_val, lcl_GetValue( nType, fVal, pText ).getStr(), in SaveXml()
641 if( nType == EXC_AFTYPE_STRING ) in SaveText()
672 aCond[ nInd ].SetCondition( nType, nOp, fVal, pText ); in AddCondition()
758 sal_uInt8 nType = bIsNum ? EXC_AFTYPE_DOUBLE : EXC_AFTYPE_STRING; in AddEntry() local
[all …]
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1837 pLine->m_aValueEdit.Show( (CUSTOM_TYPE_TEXT == nType) || (CUSTOM_TYPE_NUMBER == nType) ); in IMPL_LINK()
1838 pLine->m_aDateField.Show( (CUSTOM_TYPE_DATE == nType) || (CUSTOM_TYPE_DATETIME == nType) ); in IMPL_LINK()
1844 if( nType == CUSTOM_TYPE_DATE ) in IMPL_LINK()
1942 sal_Int64 nType = sal_Int64( in IsLineValid() local
1950 if ( CUSTOM_TYPE_NUMBER == nType ) in IsLineValid()
2126 nType = CUSTOM_TYPE_NUMBER; in AddLine()
2131 nType = CUSTOM_TYPE_BOOLEAN; in AddLine()
2136 nType = CUSTOM_TYPE_TEXT; in AddLine()
2140 nType = CUSTOM_TYPE_DATE; in AddLine()
2146 nType = CUSTOM_TYPE_DURATION; in AddLine()
[all …]
H A Dsplitwin.cxx95 sal_uInt16 nType; member
298 if ( !pDock->nType ) in SfxSplitWindow()
302 if ( !pDock->nType ) in SfxSplitWindow()
374 aWinData += String::CreateFromInt32( pDock->nType); in SaveConfig_Impl()
442 const sal_uInt16 nId = pD->nType; in Split()
533 if ( pDock->nType == pDockWin->GetType() ) in InsertWindow()
556 pFoundDock->nType = pDockWin->GetType(); in InsertWindow()
587 if ( pDock->nType == pDockWin->GetType() ) in ReleaseWindow_Impl()
652 pDock->nType = pDockWin->GetType(); in InsertWindow()
820 const sal_uInt16 nId = pD->nType; in InsertWindow_Impl()
[all …]
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx117 nType( nRegion ), in SwTemplateDlg()
439 if(SFX_STYLE_FAMILY_CHAR == nType) in PageCreated()
449 if(SFX_STYLE_FAMILY_CHAR == nType) in PageCreated()
458 if(SFX_STYLE_FAMILY_CHAR == nType) in PageCreated()
468 if(SFX_STYLE_FAMILY_CHAR == nType) in PageCreated()
542 if(nType == SFX_STYLE_FAMILY_FRAME) in PageCreated()
553 if(SFX_STYLE_FAMILY_PARA == nType) in PageCreated()
555 if(SFX_STYLE_FAMILY_CHAR != nType) in PageCreated()
557 if(SFX_STYLE_FAMILY_FRAME == nType) in PageCreated()
698 if(SFX_STYLE_FAMILY_PARA == nType) in PageCreated()
[all …]
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx118 sal_Int32 nType = 0; in GetTransliterationType() local
122 nType = com::sun::star::i18n::TransliterationModulesExtra::SENTENCE_CASE; in GetTransliterationType()
125 nType = com::sun::star::i18n::TransliterationModulesExtra::TITLE_CASE; in GetTransliterationType()
128 nType = com::sun::star::i18n::TransliterationModulesExtra::TOGGLE_CASE; in GetTransliterationType()
131 nType = com::sun::star::i18n::TransliterationModules_LOWERCASE_UPPERCASE; in GetTransliterationType()
134 nType = com::sun::star::i18n::TransliterationModules_UPPERCASE_LOWERCASE; in GetTransliterationType()
137 nType = com::sun::star::i18n::TransliterationModules_FULLWIDTH_HALFWIDTH; in GetTransliterationType()
140 nType = com::sun::star::i18n::TransliterationModules_HALFWIDTH_FULLWIDTH; in GetTransliterationType()
143 nType = com::sun::star::i18n::TransliterationModules_KATAKANA_HIRAGANA; in GetTransliterationType()
146 nType = com::sun::star::i18n::TransliterationModules_HIRAGANA_KATAKANA; in GetTransliterationType()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx86 const rtl::OUString* pStyleName, const sal_Int16 nType, in AddRange() argument
100 rImport.SetStyleToRange(*pRange, pStyleName, nType, NULL); in AddRange()
134 const rtl::OUString* pStyleName, const sal_Int16 nType, in AddRange() argument
137 switch (nType) in AddRange()
143 AddRange(rRange, pNumberList, pStyleName, nType, rImport, nMaxRanges); in AddRange()
150 AddRange(rRange, pTextList, pStyleName, nType, rImport, nMaxRanges); in AddRange()
157 AddRange(rRange, pTimeList, pStyleName, nType, rImport, nMaxRanges); in AddRange()
164 AddRange(rRange, pDateTimeList, pStyleName, nType, rImport, nMaxRanges); in AddRange()
171 AddRange(rRange, pPercentList, pStyleName, nType, rImport, nMaxRanges); in AddRange()
178 AddRange(rRange, pLogicalList, pStyleName, nType, rImport, nMaxRanges); in AddRange()
[all …]
/trunk/main/connectivity/source/inc/
H A DOTypeInfo.hxx46 sal_Int16 nType; // Datenbanktyp member
62 ,nType( ::com::sun::star::sdbc::DataType::OTHER) in OTypeInfo()
80 sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } in operator ==()
81 sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } in operator !=()
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx882 sal_Int32 nType = DataType::VARCHAR; in traverseCreateColumns() local
892 nType = DataType::CHAR; in traverseCreateColumns()
972 sal_Int32 nType = DataType::VARCHAR; in traverseSelectColumnNames() local
1509 nType, in traverseParameter()
1573 nType, in traverseParameter()
2165 sal_Int32 nType = DataType::OTHER; in getFunctionReturnType() local
2174 nType = DataType::DOUBLE; in getFunctionReturnType()
2202 nType = DataType::DOUBLE; in getFunctionReturnType()
2231 nType = DataType::VARCHAR; in getFunctionReturnType()
2235 nType = DataType::DOUBLE; in getFunctionReturnType()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx45 sal_Int16 nType; // Datenbanktyp member
65 ,nType( ::com::sun::star::sdbc::DataType::OTHER) in OTypeInfo()
79 sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } in operator ==()
80 sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } in operator !=()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1487 aLevelFT.Show( 0 != (nType & (TO_CONTENT)) ); in IMPL_LINK()
1488 aLevelNF.Show( 0 != (nType & (TO_CONTENT)) ); in IMPL_LINK()
1501 aFromOLECB.Show( 0 != (nType & (TO_USER)) ); in IMPL_LINK()
1548 else if( nType & TO_TABLE ) in IMPL_LINK()
1551 else if( nType & TO_USER ) in IMPL_LINK()
1556 else if( nType & TO_CONTENT ) in IMPL_LINK()
1562 aUseFFCB.Show( 0 != (nType & TO_INDEX) ); in IMPL_LINK()
1563 aUseDashCB.Show( 0 != (nType & TO_INDEX) ); in IMPL_LINK()
1567 aFromFileCB.Show( 0 != (nType & TO_INDEX) ); in IMPL_LINK()
1568 aAutoMarkPB.Show( 0 != (nType & TO_INDEX) ); in IMPL_LINK()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx862 switch( nType ) in exportAnimNode()
1216 rStrm << nType; in exportAnimPropertyString()
1228 rStrm << nType in exportAnimPropertyFloat()
1236 rStrm << nType in exportAnimPropertyuInt32()
1244 rStrm << nType in exportAnimPropertyByte()
1583 sal_uInt8 nType; in GetValueTypeForAttributeName() member
1876 sal_uInt32 nType = 0; in exportAnimValue() local
1877 rStrm << nType in exportAnimValue()
1886 rStrm << nType in exportAnimValue()
1896 rStrm << nType in exportAnimValue()
[all …]
/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx885 UINT nType = GetDriveType( (char *) aRootDir.GetBuffer() ); //TPF: 2i in Update() local
886 if ( nType == 1 || nType == 0 ) in Update()
895 ( ( nType == DRIVE_REMOVABLE ) ? FSYS_KIND_REMOVEABLE : 0 ) | in Update()
896 ( ( nType == DRIVE_FIXED ) ? FSYS_KIND_FIXED : 0 ) | in Update()
897 ( ( nType == DRIVE_REMOTE ) ? FSYS_KIND_REMOTE : 0 ) | in Update()
898 ( ( nType == DRIVE_RAMDISK ) ? FSYS_KIND_RAM : 0 ) | in Update()
899 ( ( nType == DRIVE_CDROM ) ? FSYS_KIND_CDROM : 0 ) | in Update()
900 ( ( nType == 0 ) ? FSYS_KIND_UNKNOWN : 0 ); in Update()
1012 UINT nType = GetDriveType( (char *) aVolume.GetBuffer() ); in IsRedirectable_Impl() local
1014 return DRIVE_FIXED != nType; in IsRedirectable_Impl()
/trunk/main/xmloff/source/style/
H A DPageMasterPropHdlFactory.cxx77 const XMLPropertyHandler* XMLPageMasterPropHdlFactory::GetPropertyHandler( sal_Int32 nType ) const in GetPropertyHandler()
79 nType &= MID_FLAG_MASK; in GetPropertyHandler()
81 …opertyHandler* pHdl = (XMLPropertyHandler*) XMLPropertyHandlerFactory::GetPropertyHandler( nType ); in GetPropertyHandler()
84 switch( nType ) in GetPropertyHandler()
166 … pHdl = new XMLBitmapRepeatOffsetPropertyHandler(XML_SW_TYPE_BITMAPREPOFFSETX == nType); in GetPropertyHandler()
178 PutHdlCache( nType, pHdl ); in GetPropertyHandler()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx162 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl…
164 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& …
167 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang…
170 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan…
450 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
453 sal_Bool HitTestNativeControl( ControlType nType,
461 sal_Bool DrawNativeControl( ControlType nType,
470 sal_Bool DrawNativeControlText( ControlType nType,
479 sal_Bool GetNativeControlRegion( ControlType nType,
/trunk/main/oox/source/ole/
H A Dvbaproject.cxx209 void VbaProject::addDummyModule( const OUString& rName, sal_Int32 nType ) in addDummyModule() argument
212 maDummyModules[ rName ] = nType; in addDummyModule()
380 sal_Int32 nType = ModuleType::UNKNOWN; in importVba() local
383 nType = ModuleType::DOCUMENT; in importVba()
390 nType = ModuleType::NORMAL; in importVba()
392 nType = ModuleType::CLASS; in importVba()
394 nType = ModuleType::FORM; in importVba()
396 if( (nType != ModuleType::UNKNOWN) && (aValue.getLength() > 0) ) in importVba()
400 pModule->setType( nType ); in importVba()
/trunk/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx92 sal_Int32 nType; // Datenbanktyp member in dbaui::OTypeInfo
108 ,nType(::com::sun::star::sdbc::DataType::OTHER) in OTypeInfo()
118 sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } in operator ==()
119 sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } in operator !=()

Completed in 177 milliseconds

12345678910>>...40