Home
last modified time | relevance | path

Searched refs:aInfo (Results 151 – 175 of 274) sorted by relevance

1234567891011

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1172 DLLVERSIONINFO aInfo; in CheckVersion() local
1174 aInfo.cbSize = sizeof( DLLVERSIONINFO ); in CheckVersion()
1175 if ( NOERROR == pDllGetVersion( &aInfo ) ) in CheckVersion()
1179 aInfo.dwMajorVersion, in CheckVersion()
1180 aInfo.dwMinorVersion, in CheckVersion()
1181 aInfo.dwBuildNumber ); in CheckVersion()
1193 if ( aInfo.dwMajorVersion >= 3 ) in CheckVersion()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx405 uno::Sequence< beans::PropertyValue> aInfo; in convert() local
406 _xDatasource->getPropertyValue(PROPERTY_INFO) >>= aInfo; in convert()
407 ::comphelper::NamedValueCollection aDS(aInfo); in convert()
415 aDS >>= aInfo; in convert()
416 _xDatasource->setPropertyValue(PROPERTY_INFO,uno::makeAny(aInfo)); in convert()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx145 css::awt::DeviceInfo aInfo = xDevice->getInfo(); in implts_LayoutWindows() local
146 css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in implts_LayoutWindows()
147 … aRectangle.Height - aInfo.TopInset - aInfo.BottomInset ); in implts_LayoutWindows()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx177 const Sequence< PropertyValue > aInfo = xMeta2->getConnectionInfo(); in flush() local
178 const PropertyValue* pIter = aInfo.getConstArray(); in flush()
179 const PropertyValue* pEnd = pIter + aInfo.getLength(); in flush()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx478 PrintFontInfo aInfo; in drawVerticalizedText() local
479 rMgr.getFontInfo( mnFontID, aInfo ); in drawVerticalizedText()
516 double nA = nTextScale * aInfo.m_nAscend / 1000.0; in drawVerticalizedText()
517 double nD = nTextScale * aInfo.m_nDescend / 1000.0; in drawVerticalizedText()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx1543 util::RevisionTag aInfo; in SaveTo_Impl() local
1544 aInfo.Comment = pVersionItem->GetValue(); in SaveTo_Impl()
1549 aInfo.Author = pAuthorItem->GetValue(); in SaveTo_Impl()
1552 aInfo.Author = SvtUserOptions().GetFullName(); in SaveTo_Impl()
1555 aInfo.TimeStamp.Day = aTime.GetDay(); in SaveTo_Impl()
1556 aInfo.TimeStamp.Month = aTime.GetMonth(); in SaveTo_Impl()
1557 aInfo.TimeStamp.Year = aTime.GetYear(); in SaveTo_Impl()
1558 aInfo.TimeStamp.Hours = aTime.GetHour(); in SaveTo_Impl()
1559 aInfo.TimeStamp.Minutes = aTime.GetMin(); in SaveTo_Impl()
1560 aInfo.TimeStamp.Seconds = aTime.GetSec(); in SaveTo_Impl()
[all …]
H A Dobjmisc.cxx2278 …uno::Sequence< security::DocumentSignatureInformation > aInfo = rDocShell.ImplAnalyzeSignature( sa… in hasTrustedScriptingSignature() local
2280 if ( aInfo.getLength() ) in hasTrustedScriptingSignature()
2283 nScriptingSignatureState = rDocShell.ImplCheckSignaturesInformation( aInfo ); in hasTrustedScriptingSignature()
2288 for ( sal_Int32 nInd = 0; !bResult && nInd < aInfo.getLength(); nInd++ ) in hasTrustedScriptingSignature()
2290 bResult = xSigner->isAuthorTrusted( aInfo[nInd].Signer ); in hasTrustedScriptingSignature()
2304 aRequest.DocumentSignatureInformation = aInfo; in hasTrustedScriptingSignature()
/trunk/main/desktop/source/migration/services/
H A Djvmfwk.cxx334 CJavaInfo aInfo; in migrateJavarc() local
335 javaFrameworkError err = jfw_getJavaInfoByPath(sValue.pData, &aInfo.pData); in migrateJavarc()
339 if (jfw_setSelectedJRE(aInfo) != JFW_E_NONE) in migrateJavarc()
/trunk/main/dbaccess/source/ui/inc/
H A DJoinController.hxx155 ::dbtools::SQLExceptionInfo aInfo = m_aExceptionInfo; in clearOccuredError()
157 return aInfo; in clearOccuredError()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1501 OTableFieldDesc aInfo; in ExecuteDrop() local
1673 OTableFieldDescRef aInfo = new OTableFieldDesc(pSourceWin->GetTableName(),aFieldName); in InsertField() local
1674 aInfo->SetTabWindow(pSourceWin); in InsertField()
1675 aInfo->SetFieldIndex(nFieldIndex); in InsertField()
1676 aInfo->SetFieldType(pInf->GetKeyType()); in InsertField()
1677 aInfo->SetAlias(pSourceWin->GetAliasName()); in InsertField()
1679 aInfo->SetDataType(pInf->GetDataType()); in InsertField()
1680 aInfo->SetVisible(bVis); in InsertField()
1682 return InsertField(aInfo, _nColumnPostion, bVis, bActivate); in InsertField()
/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx693 OStartupInfo aInfo ; in Main() local
696 sal_Int32 nCount = aInfo.getCommandArgCount(); in Main()
702 aInfo.getCommandArg( nArgument, sArgument ); in Main()
/trunk/main/framework/test/
H A Dthreadtest.cxx697 OStartupInfo aInfo ; in Main() local
700 sal_Int32 nCount = aInfo.getCommandArgCount(); in Main()
706 aInfo.getCommandArg( nArgument, sArgument ); in Main()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx781 FlatDetectionInfo aInfo; in detectFlatForURL() local
782 aInfo.sType = *(rTypesForPattern.begin()); in detectFlatForURL()
783 aInfo.bMatchByPattern = sal_True; in detectFlatForURL()
785 rFlatTypes.push_back(aInfo); in detectFlatForURL()
803 FlatDetectionInfo aInfo; in detectFlatForURL() local
804 aInfo.sType = *pIt; in detectFlatForURL()
805 aInfo.bMatchByExtension = sal_True; in detectFlatForURL()
807 rFlatTypes.push_back(aInfo); in detectFlatForURL()
/trunk/main/svx/source/dialog/
H A Dimapwnd.hxx152 NotifyInfo aInfo; member in IMapWindow
211 const NotifyInfo& GetInfo() const { return aInfo; } in GetInfo()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx824 …::std::pair< OUString, OUString > aInfo = getDescriptionInfoset().getLocalizedPublisherNameAndURL(… in getPublisherInfo()
825 beans::StringPair aStrPair( aInfo.first, aInfo.second ); in getPublisherInfo()
1030 DescriptionInfoset aInfo = getDescriptionInfoset(); in getLicenseText() local
1032 ::boost::optional< SimpleLicenseAttributes > aSimplLicAttr = aInfo.getSimpleLicenseAttributes(); in getLicenseText()
1035 OUString aLicenseURL = aInfo.getLocalizedLicenseURL(); in getLicenseText()
/trunk/main/toolkit/source/awt/
H A Dvclxtabpagemodel.cxx67 ::com::sun::star::awt::DeviceInfo aInfo;// = VCLXDevice::getInfo(); in getInfo()
68 return aInfo; in getInfo()
/trunk/main/sc/source/ui/unoobj/
H A Dconfuno.cxx279 uno::Sequence< beans::PropertyValue > aInfo; in setPropertyValue() local
280 if ( !( aValue >>= aInfo ) ) in setPropertyValue()
286 if ( !pDocShell->SetModifyPasswordInfo( aInfo ) ) in setPropertyValue()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx2575 awt::DeviceInfo aInfo = xDevice->getInfo(); in implts_setDockingAreaWindowSizes() local
2576 …awt::Size aContainerClientSize = awt::Size( aRectangle.Width - aInfo.LeftInset - aInfo.Right… in implts_setDockingAreaWindowSizes()
2577 … aRectangle.Height - aInfo.TopInset - aInfo.BottomInset ); in implts_setDockingAreaWindowSizes()
2764 awt::DeviceInfo aInfo = xDevice->getInfo(); in windowResized() local
2765 awt::Size aSize( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in windowResized()
2766 aRectangle.Height - aInfo.TopInset - aInfo.BottomInset ); in windowResized()
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManagerListener.idl59 @param aInfo
63 …utEvent( [in] com::sun::star::lang::EventObject aSource, [in] short eLayoutEvent, [in] any aInfo );
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx784 rtl::Reference<VendorBase> aInfo = getJREInfoByPath(path); in getJREInfoByPath() local
785 if (aInfo.is()) in getJREInfoByPath()
789 vecInfos.begin(),vecInfos.end(), InfoFindSame(aInfo->getHome())); in getJREInfoByPath()
792 vecInfos.push_back(aInfo); in getJREInfoByPath()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx1367 String aInfo = mpPage4AskInfoEDT->GetText(); in IMPL_LINK() local
1369 if(aTopic.Len() == 0 && aName.Len() == 0 && aInfo.Len() == 0) in IMPL_LINK()
1427 String aInfo = mpPage4AskInfoEDT->GetText(); in UpdateUserData() local
1434 if(pPage && ( aTopic.Len() != 0 || aName.Len() != 0 || aInfo.Len() != 0 ) ) in UpdateUserData()
1454 if ( aName.Len() || aInfo.Len() ) in UpdateUserData()
1459 aStrTmp.Append( aInfo ); in UpdateUserData()
/trunk/main/editeng/source/outliner/
H A Doutleeng.cxx58 PaintFirstLineInfo aInfo( nPara, rStartPos, nBaseLineY, rOrigin, nOrientation, pOutDev ); in PaintingFirstLine() local
59 pOwner->maPaintFirstLineHdl.Call( &aInfo ); in PaintingFirstLine()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx779 FontInfo aInfo( pFontList->Get( GetText(), in Select() local
782 aCurFont = aInfo; in Select()
784 SvxFontItem aFontItem( aInfo.GetFamily(), in Select()
785 aInfo.GetName(), in Select()
786 aInfo.GetStyleName(), in Select()
787 aInfo.GetPitch(), in Select()
788 aInfo.GetCharSet(), in Select()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx250 SQLException aInfo; in UpdateTableList() local
251 aInfo.Message = sCurrentActionError; in UpdateTableList()
252 throw aInfo; in UpdateTableList()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx558 MacroResolvedInfo aInfo = resolveVBAMacro( mpObjShell, aMacroName, false ); in resolveVBAMacroToScriptURL() local
559 if( !aInfo.mbFound ) in resolveVBAMacroToScriptURL()
563 return makeMacroURL( aInfo.msResolvedMacro ); in resolveVBAMacroToScriptURL()

Completed in 209 milliseconds

1234567891011