Home
last modified time | relevance | path

Searched refs:nLastDot (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdomedia.cxx306 sal_Int32 nLastDot = rURL.lastIndexOf('.'); in lcl_HandlePackageURL() local
309 if (nLastDot > nLastSlash && nLastDot+1 < rURL.getLength()) in lcl_HandlePackageURL()
310 sDesiredExtension = rURL.copy(nLastDot); in lcl_HandlePackageURL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdomedia.cxx317 sal_Int32 nLastDot = rURL.lastIndexOf('.'); in lcl_HandlePackageURL() local
320 if (nLastDot > nLastSlash && nLastDot+1 < rURL.getLength()) in lcl_HandlePackageURL()
321 sDesiredExtension = rURL.copy(nLastDot); in lcl_HandlePackageURL()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx401 sal_Int32 nLastDot = aEvt.ListenerType.lastIndexOf('.'); in registerScriptEvent() local
402 if (nLastDot != -1) in registerScriptEvent()
403 aEvt.ListenerType = aEvt.ListenerType.copy(nLastDot+1); in registerScriptEvent()
464 sal_Int32 nLastDot = aLstType.lastIndexOf('.'); in revokeScriptEvent() local
465 if (nLastDot != -1) in revokeScriptEvent()
466 aLstType = aLstType.copy(nLastDot+1); in revokeScriptEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx398 sal_Int32 nLastDot = aEvt.ListenerType.lastIndexOf('.'); in registerScriptEvent() local
399 if (nLastDot != -1) in registerScriptEvent()
400 aEvt.ListenerType = aEvt.ListenerType.copy(nLastDot+1); in registerScriptEvent()
461 sal_Int32 nLastDot = aLstType.lastIndexOf('.'); in revokeScriptEvent() local
462 if (nLastDot != -1) in revokeScriptEvent()
463 aLstType = aLstType.copy(nLastDot+1); in revokeScriptEvent()
/dports/security/keepass/KeePass-2.49-Source/Translation/TrlUtil/
H A DFormTrlMgr.cs183 int nLastDot = strName.LastIndexOf('.'); in RenderToTreeControl()
184 if(nLastDot >= 0) strName = strName.Substring(nLastDot + 1); in RenderToTreeControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/help/
H A Ddp_help.cxx580 sal_Int32 nLastDot = aURL.lastIndexOf( '.' ); in implCollectXhpFiles() local
581 if( nLastDot != -1 ) in implCollectXhpFiles()
583 OUString aExt = aURL.copy( nLastDot + 1 ); in implCollectXhpFiles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/help/
H A Ddp_help.cxx564 sal_Int32 nLastDot = aURL.lastIndexOf( '.' ); in implCollectXhpFiles() local
565 if( nLastDot != -1 ) in implCollectXhpFiles()
567 OUString aExt = aURL.copy( nLastDot + 1 ); in implCollectXhpFiles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dfiltask.cxx1194 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in move() local
1196 … if( ( nLastSlash < nLastDot ) // dot is part of last(!) path segment in move()
1197 … && ( nLastSlash != ( nLastDot - 1 ) ) ) // file name does not start with a dot in move()
1198 nPos = nLastDot; in move()
1418 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in copy() local
1420 if ( ( nLastSlash < nLastDot ) // dot is part of last(!) path segment in copy()
1421 && ( nLastSlash != ( nLastDot - 1 ) ) ) // file name does not start with a dot in copy()
1422 nPos = nLastDot; in copy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/file/
H A Dfiltask.cxx1204 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in move() local
1206 … if( ( nLastSlash < nLastDot ) // dot is part of last(!) path segment in move()
1207 … && ( nLastSlash != ( nLastDot - 1 ) ) ) // file name does not start with a dot in move()
1208 nPos = nLastDot; in move()
1428 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in copy() local
1430 if ( ( nLastSlash < nLastDot ) // dot is part of last(!) path segment in copy()
1431 && ( nLastSlash != ( nLastDot - 1 ) ) ) // file name does not start with a dot in copy()
1432 nPos = nLastDot; in copy()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dslideshowimpl.cxx2363 sal_Int32 nLastDot = aUrl.lastIndexOf('.'); in getMediaTempFile() local
2366 if (nLastDot > nLastSlash && nLastDot+1 < aUrl.getLength()) in getMediaTempFile()
2367 sDesiredExtension = aUrl.copy(nLastDot); in getMediaTempFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dslideshowimpl.cxx2351 sal_Int32 nLastDot = aUrl.lastIndexOf('.'); in getMediaTempFile() local
2354 if (nLastDot > nLastSlash && nLastDot+1 < aUrl.getLength()) in getMediaTempFile()
2355 sDesiredExtension = aUrl.copy(nLastDot); in getMediaTempFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dunoctitm.cxx566 sal_Int32 nLastDot = aModule.lastIndexOf('.'); in collectUsageInformation() local
567 if (nLastDot >= 0) in collectUsageInformation()
568 aModule = aModule.copy(nLastDot + 1); in collectUsageInformation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dunoctitm.cxx590 sal_Int32 nLastDot = aModule.lastIndexOf('.'); in collectUsageInformation() local
591 if (nLastDot >= 0) in collectUsageInformation()
592 aModule = aModule.copy(nLastDot + 1); in collectUsageInformation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Ddrawingml.cxx1210 int nLastDot = rURL.lastIndexOf('.'); in WriteMediaNonVisualProperties() local
1211 if (nLastDot >= 0) in WriteMediaNonVisualProperties()
1212 aExtension = rURL.copy(nLastDot); in WriteMediaNonVisualProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Ddrawingml.cxx1303 int nLastDot = rURL.lastIndexOf('.'); in WriteMediaNonVisualProperties() local
1304 if (nLastDot >= 0) in WriteMediaNonVisualProperties()
1305 aExtension = rURL.copy(nLastDot); in WriteMediaNonVisualProperties()